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

Issue 2198473002: [turbofan] Add support for accessor inlining. (Closed)

Created:
4 years, 4 months ago by Benedikt Meurer
Modified:
4 years, 4 months ago
Reviewers:
Jarin
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@TurboFan_CheckMaps
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Add support for accessor inlining. Allow inlining of getters and setters into TurboFan optimized code. This just adds the basic machinery required to essentially inline the setter and getter dispatch code for the (keyed) load/store ICs. There'll be follow up CLs to also actually inline some of the interesting accessor functions itself, like the byteLength and friends for the TypedArrays. R=jarin@chromium.org Committed: https://crrev.com/35a195e1098d6cdd817e3f8482ceedaeeea610fa Cr-Commit-Position: refs/heads/master@{#38192}

Patch Set 1 #

Patch Set 2 : REBASE. Bugfix for Checkpoint missing. Add more tests. #

Total comments: 2

Patch Set 3 : Fix bailouts #

Total comments: 2

Patch Set 4 : Fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+213 lines, -76 lines) Patch
M src/bootstrapper.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler.h View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download
M src/compiler/access-info.h View 4 chunks +13 lines, -3 lines 0 comments Download
M src/compiler/access-info.cc View 5 chunks +76 lines, -45 lines 0 comments Download
M src/compiler/code-generator.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/compiler/frame-states.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/compiler/frame-states.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/compiler/js-native-context-specialization.h View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M src/compiler/js-native-context-specialization.cc View 1 2 3 7 chunks +91 lines, -25 lines 0 comments Download
M src/compiler/pipeline.cc View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (20 generated)
Jarin
https://codereview.chromium.org/2198473002/diff/20001/src/compiler/js-native-context-specialization.cc File src/compiler/js-native-context-specialization.cc (right): https://codereview.chromium.org/2198473002/diff/20001/src/compiler/js-native-context-specialization.cc#newcode765 src/compiler/js-native-context-specialization.cc:765: // TODO(bmeurer): Properly rewire the IfException edge here if ...
4 years, 4 months ago (2016-08-01 05:37:54 UTC) #15
Benedikt Meurer
https://codereview.chromium.org/2198473002/diff/20001/src/compiler/js-native-context-specialization.cc File src/compiler/js-native-context-specialization.cc (right): https://codereview.chromium.org/2198473002/diff/20001/src/compiler/js-native-context-specialization.cc#newcode765 src/compiler/js-native-context-specialization.cc:765: // TODO(bmeurer): Properly rewire the IfException edge here if ...
4 years, 4 months ago (2016-08-01 06:16:06 UTC) #16
Jarin
lgtm
4 years, 4 months ago (2016-08-01 06:40:16 UTC) #19
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/2198473002/60001
4 years, 4 months ago (2016-08-01 06:43:21 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-08-01 06:59:40 UTC) #24
commit-bot: I haz the power
4 years, 4 months ago (2016-08-01 07:00:03 UTC) #26
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/35a195e1098d6cdd817e3f8482ceedaeeea610fa
Cr-Commit-Position: refs/heads/master@{#38192}

Powered by Google App Engine
This is Rietveld 408576698