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

Issue 7516: - Optimized copying of FixedArray. (Closed)

Created:
12 years, 2 months ago by bak
Modified:
9 years, 7 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

- Optimized copying of FixedArray. Committed: http://code.google.com/p/v8/source/detail?r=524

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -33 lines) Patch
M src/heap.h View 2 chunks +8 lines, -2 lines 1 comment Download
M src/heap.cc View 2 chunks +47 lines, -12 lines 0 comments Download
M src/objects.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.cc View 2 chunks +2 lines, -18 lines 0 comments Download
M src/objects-inl.h View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
bak
12 years, 2 months ago (2008-10-20 06:16:17 UTC) #1
Kasper Lund
12 years, 2 months ago (2008-10-20 06:31:07 UTC) #2
LGTM. Nit:

http://codereview.chromium.org/7516/diff/1/6
File src/heap.h (right):

http://codereview.chromium.org/7516/diff/1/6#newcode821
Line 821: // Allocate unitialized fixed array (pretenure == NON_TENURE).
Why not write the comment as: Allocate uninitialized, non-tenured fixed array?

Powered by Google App Engine
This is Rietveld 408576698