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

Issue 7212027: Fix debug break on binary boolean operators (Closed)

Created:
9 years, 5 months ago by Søren Thygesen Gjesse
Modified:
9 years, 5 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

Fix debug break on binary boolean operators The syntax checker finding breakable statements did not take into account that the right hand side of a boolean binary opration might never get evaluated. R=svenpanne@chromium.org BUG=v8:1523 TEST=test/mjsunit/regress/regress-1523.js Committed: http://code.google.com/p/v8/source/detail?r=8544

Patch Set 1 #

Patch Set 2 : Chenge test to work with --stress-opt #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -1 line) Patch
M src/full-codegen.cc View 1 chunk +4 lines, -1 line 0 comments Download
A test/mjsunit/regress/regress-1523.js View 1 1 chunk +69 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Thygesen Gjesse
9 years, 5 months ago (2011-07-05 14:13:14 UTC) #1
Sven Panne
9 years, 5 months ago (2011-07-06 09:50:51 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698