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

Issue 7037023: Fix bug in optimized compiler's switch-statement. (Closed)

Created:
9 years, 7 months ago by fschneider
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix bug in optimized compiler's switch-statement. In the case where the default-clause occurs as the first clause, the case-blocks were not wired up correctly. BUG=v8:1394 TEST=mjsunit/compiler/regress-1394.js Committed: http://code.google.com/p/v8/source/detail?r=7927

Patch Set 1 #

Patch Set 2 : added test file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -3 lines) Patch
M src/hydrogen.cc View 1 chunk +5 lines, -3 lines 0 comments Download
A test/mjsunit/compiler/regress-1394.js View 1 1 chunk +59 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
9 years, 7 months ago (2011-05-18 10:48:03 UTC) #1
Kevin Millikin (Chromium)
9 years, 7 months ago (2011-05-18 11:01:21 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698