[PATCH] D30759: With PIE on x86_64, keep hot local arrays on the stack

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 15:15:48 PDT 2017


efriedma added a comment.

There's also another possibility: you could make the register allocator prefer to spill some other register which isn't on the critical path.  Not sure if that's practical for the loops you care about.

That said, your possibility (a) seems reasonable.


https://reviews.llvm.org/D30759





More information about the llvm-commits mailing list