[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
Mon Jan 11 09:52:26 PST 2016


joerg added a comment.

The stack protector wants to ensure that all (char) arrays are below the canary and all other arguments above. Such arrays can be small.


http://reviews.llvm.org/D15393





More information about the llvm-commits mailing list