[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference decwet::visual

Title:Microsoft Visual C++ bug reports and kits
Notice:Register in Topic 2. 5.Last for latest Kit
Moderator:DECWET::THOMASN
Created:Tue May 17 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:521
Total number of notes:2938

493.0. "" by AXPBIZ::knobby.pa.dec.com::PHEBERT (Mr. Knobby rides again. and again and again...) Wed Apr 09 1997 16:30

I have following questions regarding TLS.
 
1. I would like to know do we support /GT compiler code generation option
   on VC++ 4.2 or onwards ?

2. If answer to question 1 is "NO" than how do fiber works with TLS ?


any suggestion or hint is appreciated.

Thanx in advance.

Regards

Rajan Bhatt 
T.RTitleUserPersonal
Name
DateLines
493.1/GT in V5.0GEMEVN::GROVEThu Apr 10 1997 06:534
    We do support /GT in VC++ V5.0. I'm not sure if the support made it
    into the V4.2 compiler.
    
    /Rich Grove
493.2Try -GT0 as a workaroundDECWET::sdtwst.zso.dec.com::hutchinsonEliminating the need for clevernessFri Apr 11 1997 12:4910
The switch is wired to the GEM_FECTL_K_WNT_FIBER_TLS, but it was done 
with -GT expecting an argument.  That's been changed for the SP1 
compiler.

A workaround would be to use -GT 0 (or -GT0); the 0 should be ignored 
by the backend.

Thanks,

Phil
493.3/GT 0 or /GT 0 does not workMIPSBX::"[email protected]"[email protected]Mon Apr 14 1997 17:3313
Hello !

I have tried both the switches /GT 0 or /GT0 switch. Both the switches does 
not work. 

My compiler is 11.01.7057 Version.

Any suggestion would be helpful.

Thanx Regards
Rajan Bhatt

[Posted by WWW Notes gateway]
493.4DECWET::sdtwst.zso.dec.com::hutchinsonEliminating the need for clevernessTue Apr 15 1997 15:093
Sorry; make that -d2"GT0" or -d2"GT 0".  One of those should work.

Phil
493.5fibers only in 5.0 for AlphaGEMEVN::GROVEThu Apr 17 1997 15:316
    re: .0, .1
    
    Support for fibers and TLS is *not* in V4.2 or any V4.x version of VC++.
    You must use the V5.0 compiler on Alpha to use fibers.
    
    /Rich