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

Issue 10700160: Refactor copying of maps and descriptor arrays. (Closed)

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

Description

Refactor copying of maps and descriptor arrays. Mainly ensure we don't copy descriptor arrays we'll throw away immediately afterwards. Committed: https://code.google.com/p/v8/source/detail?r=12044

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -131 lines) Patch
M src/factory.h View 1 chunk +1 line, -1 line 0 comments Download
M src/factory.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M src/heap.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/objects.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/objects.cc View 13 chunks +106 lines, -110 lines 2 comments Download
M src/runtime.cc View 1 chunk +6 lines, -14 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Toon Verwaest
PTAL.
8 years, 5 months ago (2012-07-11 14:02:30 UTC) #1
danno
8 years, 5 months ago (2012-07-11 14:17:52 UTC) #2
LGTM with comments

https://chromiumcodereview.appspot.com/10700160/diff/1/src/objects.cc
File src/objects.cc (right):

https://chromiumcodereview.appspot.com/10700160/diff/1/src/objects.cc#newcode...
src/objects.cc:1570: 
nit: one space

https://chromiumcodereview.appspot.com/10700160/diff/1/src/objects.cc#newcode...
src/objects.cc:1580: { MaybeObject* maybe_new_transitions =
map()->AddTransition(name, new_map);
Please remove

Powered by Google App Engine
This is Rietveld 408576698