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

Issue 2888: Fix http://code.google.com/p/v8/issues/detail?id=69 :... (Closed)

Created:
12 years, 3 months ago by iposva
Modified:
9 years, 4 months ago
Reviewers:
Feng Qian, Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Fix http://code.google.com/p/v8/issues/detail?id=69 : - Simplify the switch statement code generation. - Ensure that the switch value is always popped from the stack. Credit goes to Feng for isolating the issue and proposing a fix. Committed: http://code.google.com/p/v8/source/detail?r=315

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -33 lines) Patch
M src/codegen-arm.cc View 3 chunks +21 lines, -17 lines 0 comments Download
M src/codegen-ia32.cc View 3 chunks +20 lines, -16 lines 0 comments Download
A test/mjsunit/regress/regress-69.js View 1 chunk +44 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
iposva
12 years, 3 months ago (2008-09-16 10:54:36 UTC) #1
Kasper Lund
12 years, 3 months ago (2008-09-16 11:20:17 UTC) #2
LGTM. Maybe remove the 'var e' in the test case and change the --debug_code flag
to --debug-code?

Powered by Google App Engine
This is Rietveld 408576698