Hi, I see that there is code for swithcing to the use __declspec(thread) here and there, but it is disabled by default.
I can understand why it's disabled, since __declspec(thread) is not compatible with delayed loading of libriares (i.e. using LoadLibrary() or /DELAY). I'm merely wondering; why it's even in there anymore? ;) Any performance advantage over the TlsFoo() functions ought to have been minimized by going to c-ptr's for regular fcptrs? Also, I noticed an scons-switch for shifting the fc-ptr between multithreaded and singlethreaded, with MT being default. I thought singlethreaded was the default for OSG2? Just trying to get more grips on things. :) Cheers, /Marcus ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
