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

Issue 934293002: [turbofan] Simply context specialization and fix for OSR. (Closed)

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

Description

[turbofan] Simplify context specialization and fix for OSR. AstGraphBuilder puts a constant context in from the beginning. Also fix bug in merging contexts in environment. R=mstarzinger@chromium.org BUG= Committed: https://crrev.com/d050c331ebd4510e7c8b871c50e33ea2564275fa Cr-Commit-Position: refs/heads/master@{#26745}

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : Fix tests that have dead inputs in graph reduction. #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+303 lines, -107 lines) Patch
M src/compiler/ast-graph-builder.h View 1 2 4 chunks +9 lines, -8 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 2 3 4 8 chunks +15 lines, -10 lines 0 comments Download
M src/compiler/control-reducer.cc View 1 1 chunk +16 lines, -5 lines 0 comments Download
M src/compiler/js-context-specialization.h View 2 chunks +1 line, -4 lines 0 comments Download
M src/compiler/js-context-specialization.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/compiler/js-inlining.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/osr.cc View 3 chunks +4 lines, -0 lines 0 comments Download
M src/compiler/pipeline.cc View 11 chunks +6 lines, -22 lines 0 comments Download
M src/compiler/verifier.cc View 1 1 chunk +13 lines, -14 lines 0 comments Download
M test/cctest/compiler/test-control-reducer.cc View 1 2 3 2 chunks +8 lines, -2 lines 0 comments Download
M test/cctest/compiler/test-js-context-specialization.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/compiler/osr-block-scope.js View 2 chunks +87 lines, -12 lines 0 comments Download
M test/mjsunit/compiler/osr-block-scope-func.js View 1 chunk +0 lines, -20 lines 0 comments Download
A test/mjsunit/compiler/osr-for-let.js View 1 chunk +82 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/osr-maze1.js View 1 chunk +0 lines, -1 line 0 comments Download
A test/mjsunit/compiler/osr-while-let.js View 1 chunk +58 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
titzer
5 years, 10 months ago (2015-02-18 16:08:06 UTC) #1
Michael Starzinger
LGTM if comments are addressed. https://codereview.chromium.org/934293002/diff/1/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/934293002/diff/1/src/compiler/ast-graph-builder.cc#newcode441 src/compiler/ast-graph-builder.cc:441: if (constant_context) { nit: ...
5 years, 10 months ago (2015-02-18 17:37:33 UTC) #2
titzer
https://codereview.chromium.org/934293002/diff/1/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/934293002/diff/1/src/compiler/ast-graph-builder.cc#newcode441 src/compiler/ast-graph-builder.cc:441: if (constant_context) { On 2015/02/18 17:37:32, Michael Starzinger wrote: ...
5 years, 10 months ago (2015-02-19 09:53:04 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/934293002/40001
5 years, 10 months ago (2015-02-19 09:55:00 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/934293002/60001
5 years, 10 months ago (2015-02-19 10:11:00 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_nodcheck_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel/builds/74)
5 years, 10 months ago (2015-02-19 10:20:22 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/934293002/40002
5 years, 10 months ago (2015-02-19 11:16:40 UTC) #13
commit-bot: I haz the power
Committed patchset #6 (id:40002)
5 years, 10 months ago (2015-02-19 11:36:43 UTC) #14
commit-bot: I haz the power
5 years, 10 months ago (2015-02-19 11:36:59 UTC) #15
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/d050c331ebd4510e7c8b871c50e33ea2564275fa
Cr-Commit-Position: refs/heads/master@{#26745}

Powered by Google App Engine
This is Rietveld 408576698