Displaying 1 result from an estimated 1 matches for "1004025".
Did you mean:
100025
2009 May 18
5
[LLVMdev] memory lifetime and invariance
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