Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Issue 2611993002: [parser] Reduce excessive inlining. (Closed)

Created:
3 years, 11 months ago by vogelheim
Modified:
3 years, 11 months ago
Reviewers:
marja
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -59 lines) Patch
M src/parsing/scanner.h View 2 chunks +14 lines, -59 lines 0 comments Download
M src/parsing/scanner.cc View 1 chunk +62 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (8 generated)
marja
lgtm you could include the rationale in the description
3 years, 11 months ago (2017-01-05 09:29:43 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2611993002/1
3 years, 11 months ago (2017-01-12 15:46:06 UTC) #8
commit-bot: I haz the power
3 years, 11 months ago (2017-01-12 16:22:58 UTC) #11
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/v8/v8/+/778cf612dc54459be3831fd2b6f8e8d365c...

Powered by Google App Engine
This is Rietveld 408576698