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

Issue 10704109: Also in ClearNonLiveTransitions we have to check if there still is a transition array before we acc… (Closed)

Created:
8 years, 5 months ago by Toon Verwaest
Modified:
8 years, 5 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Also in ClearNonLiveTransitions we have to check if there still is a transition array before we access it. This should never happen in the long run, but will happen when maps still have a back-pointer while the forward pointer (the transition) was overwritten. Committed: https://code.google.com/p/v8/source/detail?r=12000

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Toon Verwaest
PTAL.
8 years, 5 months ago (2012-07-06 10:00:15 UTC) #1
Jakob Kummerow
8 years, 5 months ago (2012-07-06 10:01:45 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698