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

Issue 1965013005: [turbofan] Slighly improve JSCreateArguments lowering. (Closed)

Created:
4 years, 7 months ago by Benedikt Meurer
Modified:
4 years, 7 months ago
Reviewers:
Jarin
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

[turbofan] Slighly improve JSCreateArguments lowering. Make JSCreateArguments eliminatable, and remove the need for frame states on JSCreateArguments nodes being lowered to (optimized) stub calls. Only the runtime fallback needs a frame state, because in that case we need to ask the deoptimizer for arguments to inlined functions. R=jarin@chromium.org Committed: https://crrev.com/2301473a88ac3148c14ccc44b73af2763db2cede Cr-Commit-Position: refs/heads/master@{#36154}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comment. Fix control input. #

Patch Set 3 : Address comment. Fix control input. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -76 lines) Patch
M src/compiler/js-create-lowering.cc View 1 5 chunks +10 lines, -9 lines 0 comments Download
M src/compiler/js-operator.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M src/frames.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/runtime/runtime-scopes.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M test/unittests/compiler/js-create-lowering-unittest.cc View 1 2 1 chunk +16 lines, -55 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Benedikt Meurer
4 years, 7 months ago (2016-05-11 04:18:29 UTC) #1
Benedikt Meurer
Hey Jaro, Easy stuff. Please take a look. Thanks, Benedikt
4 years, 7 months ago (2016-05-11 04:19:01 UTC) #2
Jarin
lgtm (once the test redness is addressed). https://codereview.chromium.org/1965013005/diff/1/src/compiler/js-create-lowering.cc File src/compiler/js-create-lowering.cc (right): https://codereview.chromium.org/1965013005/diff/1/src/compiler/js-create-lowering.cc#newcode303 src/compiler/js-create-lowering.cc:303: node->RemoveInput(3); Could ...
4 years, 7 months ago (2016-05-11 04:45:27 UTC) #3
Benedikt Meurer
https://codereview.chromium.org/1965013005/diff/1/src/compiler/js-create-lowering.cc File src/compiler/js-create-lowering.cc (right): https://codereview.chromium.org/1965013005/diff/1/src/compiler/js-create-lowering.cc#newcode303 src/compiler/js-create-lowering.cc:303: node->RemoveInput(3); On 2016/05/11 04:45:27, Jarin wrote: > Could you ...
4 years, 7 months ago (2016-05-11 05:37:48 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1965013005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1965013005/40001
4 years, 7 months ago (2016-05-11 05:38:30 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-11 06:10:53 UTC) #8
commit-bot: I haz the power
4 years, 7 months ago (2016-05-11 06:12:07 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/2301473a88ac3148c14ccc44b73af2763db2cede
Cr-Commit-Position: refs/heads/master@{#36154}

Powered by Google App Engine
This is Rietveld 408576698