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

Issue 652044: Fix reliability crash caused by wrong assert. (Closed)

Created:
10 years, 10 months ago by fschneider
Modified:
9 years, 6 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

Fix reliability crash caused by wrong assert. These two asserts in ComputeEntryFrame are wrong since the virtual frame already knows how to deal with the number type information of copy elements: We do not store type information with copy elements. Instead the backing element contains the type information. Committed: http://code.google.com/p/v8/source/detail?r=3927

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M src/frame-element.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/jump-target.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/jump-target-inl.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
10 years, 10 months ago (2010-02-22 14:53:54 UTC) #1
William Hesse
10 years, 10 months ago (2010-02-22 15:03:50 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698