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

Issue 10830005: In-place trimming of descriptor array when appending callbacks. (Closed)

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

Description

In-place trimming of descriptor array when appending callbacks. Committed: https://code.google.com/p/v8/source/detail?r=12184

Patch Set 1 #

Total comments: 5

Patch Set 2 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -107 lines) Patch
M src/factory.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/factory.cc View 2 chunks +1 line, -59 lines 0 comments Download
M src/objects.h View 1 2 chunks +9 lines, -0 lines 0 comments Download
M src/objects.cc View 1 4 chunks +125 lines, -45 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Toon Verwaest
PTAL.
8 years, 5 months ago (2012-07-25 10:59:43 UTC) #1
Michael Starzinger
LGTM (with a few nits). https://chromiumcodereview.appspot.com/10830005/diff/1/src/objects.cc File src/objects.cc (right): https://chromiumcodereview.appspot.com/10830005/diff/1/src/objects.cc#newcode2109 src/objects.cc:2109: enum RightTrimPhase { FROM_GC, ...
8 years, 5 months ago (2012-07-25 11:09:06 UTC) #2
Vyacheslav Egorov (Google)
8 years, 5 months ago (2012-07-25 12:04:21 UTC) #3
drive by comment

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

https://chromiumcodereview.appspot.com/10830005/diff/1/src/objects.cc#newcode...
src/objects.cc:2123: // For now this trick is only applied to fixed arrays in
new and paged space.
this comment makes no sense for trimming from the _right_ (that is from the
end).

Powered by Google App Engine
This is Rietveld 408576698