[PATCH] D31145: [Outliner] Fix compile-time overhead for candidate choice
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 20 11:55:42 PDT 2017
MatzeB added a comment.
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.
https://reviews.llvm.org/D31145
More information about the llvm-commits
mailing list