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

Issue 131733002: Skip back edge creation for "do ... while(false)" loops (Closed)

Created:
6 years, 11 months ago by Jakob Kummerow
Modified:
6 years, 11 months ago
Reviewers:
titzer
CC:
v8-dev
Visibility:
Public.

Description

Skip back edge creation for "do ... while(false)" loops Drive-by fix: Fix disassembling "prefetch" instruction on ia32 R=titzer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18519

Patch Set 1 #

Total comments: 3

Patch Set 2 : undo cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -5 lines) Patch
M src/hydrogen.cc View 1 1 chunk +10 lines, -5 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Jakob Kummerow
The meat of the change is to skip the VisitForControl call when the label is ...
6 years, 11 months ago (2014-01-09 13:20:40 UTC) #1
titzer
https://codereview.chromium.org/131733002/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/131733002/diff/1/src/hydrogen.cc#newcode4331 src/hydrogen.cc:4331: ASSERT(body_exit->HasPredecessor()); I don't think this is strictly correct, e.g. ...
6 years, 11 months ago (2014-01-09 14:19:52 UTC) #2
Jakob Kummerow
PTAL. https://codereview.chromium.org/131733002/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/131733002/diff/1/src/hydrogen.cc#newcode4331 src/hydrogen.cc:4331: ASSERT(body_exit->HasPredecessor()); On 2014/01/09 14:19:53, titzer wrote: > I ...
6 years, 11 months ago (2014-01-09 15:01:44 UTC) #3
titzer
lgtm On 2014/01/09 15:01:44, Jakob wrote: > PTAL. > > https://codereview.chromium.org/131733002/diff/1/src/hydrogen.cc > File src/hydrogen.cc (right): ...
6 years, 11 months ago (2014-01-09 15:14:32 UTC) #4
Jakob Kummerow
6 years, 11 months ago (2014-01-09 15:20:31 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r18519 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698