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

Issue 22819011: Fix replaying of captured objects during chunk building. (Closed)

Created:
7 years, 4 months ago by Michael Starzinger
Modified:
7 years, 3 months ago
Reviewers:
titzer
CC:
v8-dev
Visibility:
Public.

Description

Fix replaying of captured objects during chunk building. R=titzer@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=16334

Patch Set 1 #

Patch Set 2 : Copied^H^H^HPorted to other architectures. #

Total comments: 4

Patch Set 3 : Addressed comment by Ben Titzer. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -17 lines) Patch
M src/arm/lithium-arm.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/hydrogen-escape-analysis.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M src/hydrogen-escape-analysis.cc View 3 chunks +5 lines, -12 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 2 chunks +9 lines, -2 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/escape-analysis.js View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Michael Starzinger
7 years, 4 months ago (2013-08-23 09:40:42 UTC) #1
titzer
https://codereview.chromium.org/22819011/diff/3001/src/mips/lithium-mips.cc File src/mips/lithium-mips.cc (right): https://codereview.chromium.org/22819011/diff/3001/src/mips/lithium-mips.cc#newcode2364 src/mips/lithium-mips.cc:2364: HEnvironment* env = current_block_->last_environment(); Can we factor out this ...
7 years, 3 months ago (2013-08-26 11:27:24 UTC) #2
Michael Starzinger
Comments addressed. https://codereview.chromium.org/22819011/diff/3001/src/mips/lithium-mips.cc File src/mips/lithium-mips.cc (right): https://codereview.chromium.org/22819011/diff/3001/src/mips/lithium-mips.cc#newcode2364 src/mips/lithium-mips.cc:2364: HEnvironment* env = current_block_->last_environment(); On 2013/08/26 11:27:24, ...
7 years, 3 months ago (2013-08-26 16:15:44 UTC) #3
titzer
lgtm
7 years, 3 months ago (2013-08-26 16:29:01 UTC) #4
Michael Starzinger
7 years, 3 months ago (2013-08-26 16:43:34 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r16334 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698