[cfe-commits] Patch to change how const arrays/structs are handled
Tanya Lattner
lattner at apple.com
Wed Oct 21 14:10:03 PDT 2009
Hi. I'd like to get a review of my patch that takes const arrays and
structs (unions, classes, etc) and creates a global instead of storing
it to the stack (treating it like a static const, for performance
reasons).
Please let me know if you have questions.
Thanks,
Tanya
-------------- next part --------------
A non-text attachment was scrubbed...
Name: constVar.patch
Type: application/octet-stream
Size: 743 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20091021/47bdae5e/attachment.obj>
-------------- next part --------------
More information about the cfe-commits
mailing list