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

Issue 7294026: Merge r8596 into 3.2 branch. (Closed)

Created:
9 years, 5 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 5 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

Merge r8596 into 3.2 branch. Fix bug in Map::TraverseTransitionTree. If map has an empty DescriptorArray we have to set map_or_index_field to NULL otherwise we will reset iteration state for a previously visited map in the transition tree which has a non-empty DescriptorArray. This might result in visiting the same map several times. R=whesse@chromium.org BUG=v8:1526 Committed: http://code.google.com/p/v8/source/detail?r=8598

Patch Set 1 #

Patch Set 2 : '' #

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

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 5 months ago (2011-07-11 13:16:30 UTC) #1
William Hesse
9 years, 5 months ago (2011-07-11 13:22:31 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698