Chromium Code Reviews

Issue 8776048: Fix a bug with deoptimization from inside the default-clause of a switch-statement. (Closed)

Created:
9 years ago by fschneider
Modified:
9 years ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Fix a bug with deoptimization from inside the default-clause of a switch-statement. When generating a string-switch we have to use the correct ast id when there is a default clause present. Committed: http://code.google.com/p/v8/source/detail?r=10145

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+9 lines, -3 lines)
M src/hydrogen.cc View 2 chunks +9 lines, -3 lines 0 comments

Messages

Total messages: 1 (0 generated)
danno
9 years ago (2011-12-02 15:02:06 UTC) #1
lgtm

Powered by Google App Engine