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

Issue 7354020: Fix bug in prototype transitions cache clearing introduced by r8165. (Closed)

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

Description

Fix bug in prototype transitions cache clearing introduced by r8165. Invalid loop nesting causes full cleanup of the prototype transitions cache on every GC. R=ager@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=8634

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -24 lines) Patch
M src/mark-compact.cc View 1 chunk +26 lines, -24 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 5 months ago (2011-07-13 13:02:31 UTC) #1
Søren Thygesen Gjesse
9 years, 5 months ago (2011-07-13 13:13:16 UTC) #2
LGTM

http://codereview.chromium.org/7354020/diff/1/src/mark-compact.cc
File src/mark-compact.cc (right):

http://codereview.chromium.org/7354020/diff/1/src/mark-compact.cc#newcode1665
src/mark-compact.cc:1665: FixedArray* prototype_transitions =
map->unchecked_prototype_transitions();
Long line.

Powered by Google App Engine
This is Rietveld 408576698