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

Issue 23554003: Fix lost store side effects with escape analysis. (Closed)

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

Description

Fix lost store side effects with escape analysis. This preserves side effects from stores in HCapturedObject markers so that simulates following these markers are not merged away. R=titzer@chromium.org TEST=mjsunit/compiler/escape-analysis --deopt-every-n-times [3,6,9] Committed: http://code.google.com/p/v8/source/detail?r=16394

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments by Ben Titzer. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -1 line) Patch
M src/hydrogen-escape-analysis.cc View 1 chunk +4 lines, -1 line 0 comments Download
M src/hydrogen-instructions.h View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Michael Starzinger
7 years, 3 months ago (2013-08-27 09:48:43 UTC) #1
titzer
lgtm https://codereview.chromium.org/23554003/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/23554003/diff/1/src/hydrogen-instructions.h#newcode3230 src/hydrogen-instructions.h:3230: gvn_flags_ = store->gvn_flags(); Maybe union instead of overwriting? ...
7 years, 3 months ago (2013-08-28 12:17:03 UTC) #2
Michael Starzinger
Addressed comments. Landing. https://codereview.chromium.org/23554003/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/23554003/diff/1/src/hydrogen-instructions.h#newcode3230 src/hydrogen-instructions.h:3230: gvn_flags_ = store->gvn_flags(); On 2013/08/28 12:17:03, ...
7 years, 3 months ago (2013-08-28 12:25:42 UTC) #3
Michael Starzinger
7 years, 3 months ago (2013-08-28 12:36:43 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r16394 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698