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

Issue 9663002: Use CopyElements for SetFastDoubleElementsCapacityAndLength (Closed)

Created:
8 years, 9 months ago by danno
Modified:
8 years, 9 months ago
CC:
v8-dev
Visibility:
Public.

Description

Use CopyElements for SetFastDoubleElementsCapacityAndLength Committed: https://code.google.com/p/v8/source/detail?r=11070

Patch Set 1 #

Patch Set 2 : Fix bugs #

Total comments: 26

Patch Set 3 : Review feedback #

Total comments: 8

Patch Set 4 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+242 lines, -190 lines) Patch
M src/builtins.cc View 1 2 3 6 chunks +7 lines, -13 lines 0 comments Download
M src/elements.h View 1 3 chunks +16 lines, -4 lines 0 comments Download
M src/elements.cc View 1 2 8 chunks +205 lines, -80 lines 0 comments Download
M src/objects.h View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M src/objects.cc View 1 2 3 3 chunks +13 lines, -30 lines 0 comments Download
M src/objects-inl.h View 1 2 3 1 chunk +0 lines, -59 lines 0 comments Download
M src/runtime.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
danno
PTAL
8 years, 9 months ago (2012-03-09 18:00:30 UTC) #1
danno
PTAL
8 years, 9 months ago (2012-03-09 18:00:30 UTC) #2
Jakob Kummerow
http://codereview.chromium.org/9663002/diff/2001/src/builtins.cc File src/builtins.cc (left): http://codereview.chromium.org/9663002/diff/2001/src/builtins.cc#oldcode511 src/builtins.cc:511: AssertNoAllocation no_gc; Did you delete this line on purpose? ...
8 years, 9 months ago (2012-03-12 15:33:28 UTC) #3
danno
Feedback addressed http://codereview.chromium.org/9663002/diff/2001/src/builtins.cc File src/builtins.cc (left): http://codereview.chromium.org/9663002/diff/2001/src/builtins.cc#oldcode511 src/builtins.cc:511: AssertNoAllocation no_gc; The AssertNoAllocation doesn't help here, ...
8 years, 9 months ago (2012-03-12 20:35:03 UTC) #4
Jakob Kummerow
LGTM with a question. http://codereview.chromium.org/9663002/diff/6001/src/builtins.cc File src/builtins.cc (right): http://codereview.chromium.org/9663002/diff/6001/src/builtins.cc#newcode647 src/builtins.cc:647: AssertNoAllocation no_gc; OK, then why ...
8 years, 9 months ago (2012-03-13 08:51:02 UTC) #5
danno
8 years, 9 months ago (2012-03-16 14:00:26 UTC) #6
Feedback addressed

http://codereview.chromium.org/9663002/diff/6001/src/builtins.cc
File src/builtins.cc (right):

http://codereview.chromium.org/9663002/diff/6001/src/builtins.cc#newcode647
src/builtins.cc:647: AssertNoAllocation no_gc;
On 2012/03/13 08:51:02, Jakob wrote:
> OK, then why is this AssertNoAllocation still there?

Done.

http://codereview.chromium.org/9663002/diff/6001/src/builtins.cc#newcode759
src/builtins.cc:759: AssertNoAllocation no_gc;
On 2012/03/13 08:51:02, Jakob wrote:
> And this?

Done.

http://codereview.chromium.org/9663002/diff/6001/src/builtins.cc#newcode833
src/builtins.cc:833: AssertNoAllocation no_gc;
On 2012/03/13 08:51:02, Jakob wrote:
> And this?

Done.

http://codereview.chromium.org/9663002/diff/6001/src/builtins.cc#newcode885
src/builtins.cc:885: AssertNoAllocation no_gc;
On 2012/03/13 08:51:02, Jakob wrote:
> And this?

Done.

Powered by Google App Engine
This is Rietveld 408576698