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

Issue 10800033: Append to descriptors over map. (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

Append to descriptors over map. Committed: https://code.google.com/p/v8/source/detail?r=12141

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -74 lines) Patch
M src/bootstrapper.cc View 17 chunks +63 lines, -62 lines 0 comments Download
M src/factory.cc View 3 chunks +9 lines, -6 lines 0 comments Download
M src/objects.h View 2 chunks +6 lines, -2 lines 0 comments Download
M src/objects-inl.h View 3 chunks +13 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Toon Verwaest
PTAL. Part of project redirect all descriptor changes over map.
8 years, 5 months ago (2012-07-19 09:06:05 UTC) #1
Jakob Kummerow
8 years, 5 months ago (2012-07-19 09:55:13 UTC) #2
LGTM.

For the record: according to our offline discussion, the reason for moving
descriptors->SetLastAdded(new_last_added); to Map::AppendDescriptor() is that
the last_added field will soon move from the DescriptorArray into the Map.

Powered by Google App Engine
This is Rietveld 408576698