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

Issue 257583004: Mark the simulate before EnterInlined with BailoutId::None(), and set ReturnId on EnterInlined. Whe… (Closed)

Created:
6 years, 8 months ago by Toon Verwaest
Modified:
6 years, 8 months ago
CC:
v8-dev
Visibility:
Public.

Description

Mark the simulate before EnterInlined with BailoutId::None(), and set ReturnId on EnterInlined. When merging simulates into the simulate before enter-inlined, adopt the last AST id that gets merged into it. BUG=v8:3282 LOG=n R=titzer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20949

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 3

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -8 lines) Patch
M src/arm/lithium-arm.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/arm64/lithium-arm64.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/hydrogen.cc View 2 chunks +10 lines, -3 lines 0 comments Download
M src/hydrogen-instructions.h View 4 chunks +9 lines, -4 lines 0 comments Download
M src/hydrogen-instructions.cc View 2 chunks +4 lines, -1 line 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A test/mjsunit/regress/regress-lazy-deopt-inlining.js View 1 2 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Toon Verwaest
PTAL
6 years, 8 months ago (2014-04-24 13:51:00 UTC) #1
titzer
https://codereview.chromium.org/257583004/diff/40001/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/257583004/diff/40001/src/hydrogen-instructions.cc#newcode2598 src/hydrogen-instructions.cc:2598: if (!list->is_empty() && !HasAstId()) { Do we still need ...
6 years, 8 months ago (2014-04-24 14:34:11 UTC) #2
Toon Verwaest
https://codereview.chromium.org/257583004/diff/40001/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/257583004/diff/40001/src/hydrogen-instructions.cc#newcode2598 src/hydrogen-instructions.cc:2598: if (!list->is_empty() && !HasAstId()) { Yes, this is used ...
6 years, 8 months ago (2014-04-24 15:06:35 UTC) #3
titzer
lgtm
6 years, 8 months ago (2014-04-24 15:08:37 UTC) #4
Toon Verwaest
6 years, 8 months ago (2014-04-24 15:21:04 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r20949 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698