[PATCH] D31145: [Outliner] Fix compile-time overhead for candidate choice
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 20 11:59:57 PDT 2017
paquette added a comment.
In https://reviews.llvm.org/D31145#705561, @MatzeB wrote:
> I am confused:
>
> > The candidate collection method in the outliner can cause some dramatic code size regressions on large tests.
>
> ... vs ...
>
> > This change doesn't impact the code size results. In fact, by collecting all potential candidates, we can probably make the outliner make better decisions for what to outline in the future.
- compile time!
Too used to typing code size. This is all about compile time being awful. :)
https://reviews.llvm.org/D31145
More information about the llvm-commits
mailing list