[LLVMdev] Stack Management in LLVM

Joshua Moore-Oliva llvm-dev at chatgris.com
Thu Jul 16 21:29:37 PDT 2009


To the list of modifications I need to be able to perform, add 

the ability to specify the ordering of local variables in the stack
the ability to have one thread access the contents of another thread's stack.

There may be more I am forgetting, so simply put I need to be able to have 
complete control over the stack.  It's layout, its contents etc. 



More information about the llvm-dev mailing list