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

Issue 2367483003: Remove ARGUMENTS_VARIABLE and fix crankshaft to properly detect the arguments object and keep it al… (Closed)

Created:
4 years, 3 months ago by Toon Verwaest
Modified:
4 years, 3 months ago
Reviewers:
Jarin, adamk
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Remove ARGUMENTS_VARIABLE and fix crankshaft to properly detect the arguments object and keep it alive when inlining .apply BUG= Committed: https://crrev.com/7f025eb62656ba6a4c36ecc205ebc6acb2d89e04 Cr-Commit-Position: refs/heads/master@{#39670}

Patch Set 1 #

Patch Set 2 : cleanup #

Patch Set 3 : also drop is_this #

Total comments: 4

Patch Set 4 : Remove bailout reason #

Patch Set 5 : Rebaseline bytecode expectations #

Patch Set 6 : Rebaseline more #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -35 lines) Patch
M src/ast/scopes.cc View 1 chunk +10 lines, -14 lines 0 comments Download
M src/ast/variables.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/bailout-reason.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/hydrogen.h View 1 2 1 chunk +3 lines, -5 lines 0 comments Download
M src/crankshaft/hydrogen.cc View 1 4 chunks +6 lines, -5 lines 0 comments Download
M src/globals.h View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/interpreter/bytecode_expectations/Generators.golden View 1 2 3 4 5 4 chunks +4 lines, -4 lines 0 comments Download
A + test/mjsunit/regress/regress-arguments-liveness-analysis.js View 1 chunk +12 lines, -4 lines 0 comments Download

Messages

Total messages: 25 (14 generated)
Toon Verwaest
Who would've guessed, liveness analysis and arguments objects are broken. ptal ...
4 years, 3 months ago (2016-09-22 20:21:42 UTC) #2
adamk
lgtm for ast, of course I can't speak to the Hydrogen code. https://codereview.chromium.org/2367483003/diff/40001/src/crankshaft/hydrogen.cc File src/crankshaft/hydrogen.cc ...
4 years, 3 months ago (2016-09-22 20:56:29 UTC) #5
Toon Verwaest
https://codereview.chromium.org/2367483003/diff/40001/src/crankshaft/hydrogen.cc File src/crankshaft/hydrogen.cc (left): https://codereview.chromium.org/2367483003/diff/40001/src/crankshaft/hydrogen.cc#oldcode6937 src/crankshaft/hydrogen.cc:6937: if (var->is_arguments()) return Bailout(kAssignmentToArguments); On 2016/09/22 20:56:29, adamk wrote: ...
4 years, 3 months ago (2016-09-23 09:13:02 UTC) #8
Jarin
lgtm
4 years, 3 months ago (2016-09-23 10:41:37 UTC) #9
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/2367483003/60001
4 years, 3 months ago (2016-09-23 11:00:49 UTC) #12
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/2367483003/80001
4 years, 3 months ago (2016-09-23 11:18:31 UTC) #15
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/2367483003/100001
4 years, 3 months ago (2016-09-23 11:21:19 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: v8_win_compile_dbg on master.tryserver.v8 (JOB_TIMED_OUT, no build URL)
4 years, 3 months ago (2016-09-23 13:21:36 UTC) #20
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/2367483003/100001
4 years, 3 months ago (2016-09-23 13:50:57 UTC) #22
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 3 months ago (2016-09-23 14:26:54 UTC) #23
commit-bot: I haz the power
4 years, 3 months ago (2016-09-23 14:27:08 UTC) #25
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/7f025eb62656ba6a4c36ecc205ebc6acb2d89e04
Cr-Commit-Position: refs/heads/master@{#39670}

Powered by Google App Engine
This is Rietveld 408576698