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

Issue 9752004: Fix assertion failure due to too many deoptimization ids. (Closed)

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

Description

Fix assertion failure due to too many deoptimization ids. The failing mozilla test was caused by more deoptimizations introduced by --always-opt and r11087. We abort code generation in release mode, so we should do the same in debug mode. Committed: https://code.google.com/p/v8/source/detail?r=11091

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -4 lines) Patch
M src/arm/lithium-codegen-arm.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
8 years, 9 months ago (2012-03-20 08:43:18 UTC) #1
Vyacheslav Egorov (Chromium)
8 years, 9 months ago (2012-03-20 08:48:37 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698