[PATCH] D15393: [X86] Order the local stack symbols to improve code size and locality.
Joerg Sonnenberger via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 9 17:33:24 PST 2015
On Wed, Dec 09, 2015 at 09:29:25PM +0000, Zia Ansari via llvm-commits wrote:
> These changes introduce a local stack symbol table ordering phase to
> allow all targets a chance to order the stack symbols the way they'd like it.
Please make sure that this doesn't defeat the stack protector.
Joerg
More information about the llvm-commits
mailing list