search for: 32ca04ce

Displaying 2 results from an estimated 2 matches for "32ca04ce".

2016 Jul 26
2
grouping global variables by alignment: safe to do at LLVM level, or only at Clang level?
...rder for the globals before then. Right now the total allocated size at the end depends on the use order, block by block, inverse within the block -Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160726/32ca04ce/attachment.html>
2016 Jul 25
7
grouping global variables by alignment: safe to do at LLVM level, or only at Clang level?
Dear all, Howdy! ;-) This is Abe of the Samsung Austin R&D Center`s compilers team. As an early part of a project that should help performance on some CPUs, I would like to cause global variables [at least from C and C++ programs] to be grouped together according to their alignment needs, which should help to slightly reduce RAM requirements in some cases. IMO this should be done at