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

Issue 9225056: Handle CALLBACKS with map transitions when doing GC in the map tree. (Closed)

Created:
8 years, 10 months ago by Sven Panne
Modified:
8 years, 10 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Handle CALLBACKS with map transitions when doing GC in the map tree. This is yet anoter part of a long chain of CLs to achieve map sharing when JavaScript accessors are used. Committed: https://code.google.com/p/v8/source/detail?r=10552

Patch Set 1 #

Total comments: 16

Patch Set 2 : Incorporated review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -61 lines) Patch
M src/objects.h View 1 2 chunks +8 lines, -1 line 0 comments Download
M src/objects.cc View 1 2 chunks +107 lines, -60 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Sven Panne
8 years, 10 months ago (2012-01-30 11:26:45 UTC) #1
Michael Starzinger
https://chromiumcodereview.appspot.com/9225056/diff/1/src/objects.cc File src/objects.cc (left): https://chromiumcodereview.appspot.com/9225056/diff/1/src/objects.cc#oldcode7295 src/objects.cc:7295: ASSERT(target->prototype() == this || Can we keep this assertion ...
8 years, 10 months ago (2012-01-30 12:57:56 UTC) #2
Sven Panne
Incorporated review comments, PTAL. Note that I'm currently run tons of test to make sure ...
8 years, 10 months ago (2012-01-30 13:34:39 UTC) #3
Michael Starzinger
8 years, 10 months ago (2012-01-30 14:02:28 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698