[LLVMdev] memory lifetime and invariance

Chris Lattner clattner at apple.com
Mon May 18 13:02:57 PDT 2009


FYI, I wrote up some thoughts on this here:
http://nondot.org/sabre/LLVMNotes/MemoryUseMarkers.txt

The intention is to allow front-ends to express things like "I know  
this memory is a constant in this region" and to allow the optimizer/ 
codegen to perform more aggressive stack slot merging.

-Chris



More information about the llvm-dev mailing list