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

Issue 11416238: Move CopyElements to the accessor of the target. (Closed)

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

Description

Move CopyElements to the accessor of the target. Committed: https://code.google.com/p/v8/source/detail?r=13292

Patch Set 1 : #

Total comments: 9

Patch Set 2 : Addressed comments #

Total comments: 1

Patch Set 3 : Addressed more comments. #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -104 lines) Patch
M src/builtins.cc View 1 2 7 chunks +13 lines, -13 lines 0 comments Download
M src/elements.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M src/elements.cc View 1 2 10 chunks +110 lines, -84 lines 6 comments Download
M src/objects.cc View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Toon Verwaest
PTAL
8 years ago (2012-11-28 13:30:05 UTC) #1
Michael Starzinger
First round. https://codereview.chromium.org/11416238/diff/1001/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/11416238/diff/1001/src/builtins.cc#newcode1227 src/builtins.cc:1227: ElementsKind origin_kind = array->GetElementsKind(); Use "from_kind" as ...
8 years ago (2012-11-29 09:39:32 UTC) #2
Michael Starzinger
https://codereview.chromium.org/11416238/diff/1001/src/elements.cc File src/elements.cc (right): https://codereview.chromium.org/11416238/diff/1001/src/elements.cc#newcode1045 src/elements.cc:1045: return CopyElementsImpl(arguments, from_start, to, from_kind, On 2012/11/29 09:39:32, Michael ...
8 years ago (2012-11-29 10:17:45 UTC) #3
Toon Verwaest
Addressed comments. https://chromiumcodereview.appspot.com/11416238/diff/1001/src/builtins.cc File src/builtins.cc (right): https://chromiumcodereview.appspot.com/11416238/diff/1001/src/builtins.cc#newcode1227 src/builtins.cc:1227: ElementsKind origin_kind = array->GetElementsKind(); On 2012/11/29 09:39:32, ...
8 years ago (2012-11-29 14:04:40 UTC) #4
danno
Looks like you have another patch erroneously included with this one. Can you re-separate? https://codereview.chromium.org/11416238/diff/8002/src/elements.h ...
8 years ago (2012-11-29 15:42:28 UTC) #5
Toon Verwaest
Addressed comment. PTAL.
8 years ago (2012-11-29 16:30:14 UTC) #6
Michael Starzinger
LGTM. But I would wait for Danno's review on this as well.
8 years ago (2012-11-29 17:13:16 UTC) #7
danno
LGTM if you address comments https://codereview.chromium.org/11416238/diff/10002/src/elements.cc File src/elements.cc (right): https://codereview.chromium.org/11416238/diff/10002/src/elements.cc#newcode1005 src/elements.cc:1005: static ElementsKind ElementsKindForArray(FixedArrayBase* array) ...
8 years ago (2012-12-11 17:07:04 UTC) #8
Toon Verwaest
https://codereview.chromium.org/11416238/diff/10002/src/elements.cc File src/elements.cc (right): https://codereview.chromium.org/11416238/diff/10002/src/elements.cc#newcode1005 src/elements.cc:1005: static ElementsKind ElementsKindForArray(FixedArrayBase* array) { On 2012/12/11 17:07:04, danno ...
8 years ago (2012-12-14 12:39:12 UTC) #9
danno
8 years ago (2012-12-18 12:24:54 UTC) #10
still lgtm

Powered by Google App Engine
This is Rietveld 408576698