[PATCH] D32564: AArch64: compress jump tables to minimum size needed to reach destinations

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 24 10:50:48 PDT 2018


t.p.northover added a comment.

> Isn't this change always enabled for -Os? So it should be easy to test it or to enable down to a single function, shouldn't it?

-Oz, but even if it was -Os that perturbs things in other ways that are probably not desirable for anyone who cared enough to annotate a function for it. But that was mostly a throwaway comment, I think the attitude that .cpp initialization is an unfortunate necessity is more compelling.


Repository:
  rL LLVM

https://reviews.llvm.org/D32564





More information about the llvm-commits mailing list