On Sat, 18 Dec 2010 03:06:26 +0200, Jonathan M Davis <jmdavisp...@gmx.com> wrote:

And how about every other variable?

I'm sorry, I'm not following you. What other variables?

* Globals and class/struct/function statics are in TLS
* Explicitly shared vars are in the data segment
* Locals are in the stack or registers (no problem here)
* Everything else (as referenced by the above three) is in the heap

--
Best regards,
 Vladimir                            mailto:vladi...@thecybershadow.net

Reply via email to