Description[parser] Reduce excessive inlining.
The inlining does not seem to actually improve performance, and hence outlining makes the code a bit more readable.
Performance + binary size appear to be at least as good as with inlining. On gcc I get several 10kBs savings in binary size, but only ~100B on clang. In no case have I observed a performance regression.
R=marja@chromium.org
BUG=v8:3437
Review-Url: https://codereview.chromium.org/2611993002
Cr-Commit-Position: refs/heads/master@{#42276}
Committed: https://chromium.googlesource.com/v8/v8/+/778cf612dc54459be3831fd2b6f8e8d365c98b5f
Patch Set 1 #
Messages
Total messages: 11 (8 generated)
|