os_query_stackBottom() how does it work?

Sean Kelly sean at f4.ca
Tue May 9 00:53:54 PDT 2006


Chad J > wrote:
> 
> Interesting.  Maybe when that thread/stack is started then the GC could 
> store that address somewhere.  Then when it needs the stack "bottom", it 
> could just grab that value.

This is basically what it does.  Check std.thread.thread_init.


Sean



More information about the Digitalmars-d mailing list