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

Issue 14696015: Verify that no-side-effects scope does not add unsafe phis and does not change push-pop balance of … (Closed)

Created:
7 years, 7 months ago by ulan
Modified:
7 years, 7 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Verify that no-side-effects scope does not add unsafe phis and does not change push-pop balance of the environment. R=danno@chromium.org BUG=v8:2671 Committed: https://code.google.com/p/v8/source/detail?r=14610

Patch Set 1 #

Patch Set 2 : Add test #

Total comments: 1

Patch Set 3 : Split into two CL, leave only verification part. #

Patch Set 4 : remove assertion from set_current_block #

Total comments: 2

Patch Set 5 : Rename variable #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -0 lines) Patch
M src/hydrogen.h View 1 2 3 4 3 chunks +22 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 2 9 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ulan
PTAL https://chromiumcodereview.appspot.com/14696015/diff/2001/src/hydrogen.cc File src/hydrogen.cc (right): https://chromiumcodereview.appspot.com/14696015/diff/2001/src/hydrogen.cc#newcode8375 src/hydrogen.cc:8375: HValue* key = environment()->ExpressionStackAt(0); This doesn't trigger the ...
7 years, 7 months ago (2013-05-08 14:01:46 UTC) #1
ulan
Uploaded new patch set, added assertion after each GotoNoSimulate instead of doing it in set_current_block.
7 years, 7 months ago (2013-05-08 15:24:29 UTC) #2
danno
lgtm with comments https://chromiumcodereview.appspot.com/14696015/diff/8001/src/hydrogen.h File src/hydrogen.h (right): https://chromiumcodereview.appspot.com/14696015/diff/8001/src/hydrogen.h#newcode937 src/hydrogen.h:937: no_side_effects_scope_environment_push_pop_delta_(0), This is a bit long ...
7 years, 7 months ago (2013-05-08 16:24:27 UTC) #3
ulan
Landing. https://chromiumcodereview.appspot.com/14696015/diff/8001/src/hydrogen.h File src/hydrogen.h (right): https://chromiumcodereview.appspot.com/14696015/diff/8001/src/hydrogen.h#newcode937 src/hydrogen.h:937: no_side_effects_scope_environment_push_pop_delta_(0), On 2013/05/08 16:24:27, danno wrote: > This ...
7 years, 7 months ago (2013-05-10 08:40:43 UTC) #4
ulan
7 years, 7 months ago (2013-05-10 09:26:59 UTC) #5
Message was sent while issue was closed.
Committed patchset #5 manually as r14610 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698