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

Issue 1469313002: [interpreter] Switch passing of new.target to register. (Closed)

Created:
5 years ago by Michael Starzinger
Modified:
5 years ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[interpreter] Switch passing of new.target to register. This passes the new.target value in a register instead of through a side-channel via the construct stub. The interpreter entry trampoline stores this value in a bytecode register so that it can be accessed directly by the interpreter. The size of the interpreter stack frame hence grows by one slot. R=oth@chromium.org BUG=v8:4544 LOG=n Committed: https://crrev.com/3d004eeab23c8b47bd9bdd2cc66434dcc19a1b2f Cr-Commit-Position: refs/heads/master@{#32264}

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -56 lines) Patch
M src/arm/builtins-arm.cc View 3 chunks +4 lines, -1 line 0 comments Download
M src/arm64/builtins-arm64.cc View 3 chunks +4 lines, -1 line 1 comment Download
M src/frames.h View 2 chunks +4 lines, -7 lines 0 comments Download
M src/frames.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/bytecodes.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/interpreter/bytecodes.cc View 3 chunks +12 lines, -0 lines 0 comments Download
M src/mips/builtins-mips.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M src/mips64/builtins-mips64.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/runtime/runtime-function.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M src/x64/builtins-x64.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M test/cctest/interpreter/test-bytecode-generator.cc View 1 chunk +17 lines, -5 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 16 (7 generated)
Michael Starzinger
Benedikt & Ross: FYI. Orion: PTAL. https://codereview.chromium.org/1469313002/diff/1/src/arm64/builtins-arm64.cc File src/arm64/builtins-arm64.cc (right): https://codereview.chromium.org/1469313002/diff/1/src/arm64/builtins-arm64.cc#newcode824 src/arm64/builtins-arm64.cc:824: __ Push(x3); Not ...
5 years ago (2015-11-24 12:40:41 UTC) #3
Benedikt Meurer
LGTM from my side.
5 years ago (2015-11-25 04:51:11 UTC) #4
oth
looks good here. Ross will be OOO until December 7th.
5 years ago (2015-11-25 08:33:43 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1469313002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1469313002/1
5 years ago (2015-11-25 11:34:02 UTC) #7
commit-bot: I haz the power
All required reviewers (with asterisk prefixes) have not yet approved this CL. No L-G-T-M from ...
5 years ago (2015-11-25 11:34:03 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1469313002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1469313002/1
5 years ago (2015-11-25 11:35:22 UTC) #13
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years ago (2015-11-25 11:36:41 UTC) #14
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/3d004eeab23c8b47bd9bdd2cc66434dcc19a1b2f Cr-Commit-Position: refs/heads/master@{#32264}
5 years ago (2015-11-25 11:37:33 UTC) #15
rmcilroy
5 years ago (2015-12-07 12:05:54 UTC) #16
Message was sent while issue was closed.
lgtm, thanks!

Powered by Google App Engine
This is Rietveld 408576698