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