> Note that ThreadPosix.m3 could also implement such precise stackbase. ThreadPosix *does* implement a precise stack base. It's obtained from the ucontext set in the thread switch routine (swapcontext). > ThreadPThread.m3 probably often could, like with the functions on OpenBSD (broken) and FreeBSD, etc.