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

Issue 14576005: Adapt hydrogen-based Array constructor to also support InternalArray and function call (Closed)

Created:
7 years, 7 months ago by mvstanton
Modified:
7 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Adapt hydrogen-based Array constructor to also support InternalArray and function call versions. BUG= R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=14948

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Removing dead code,yay #

Patch Set 4 : Refactoring and restored flag for now #

Total comments: 14

Patch Set 5 : Ports and review comments #

Patch Set 6 : REBASE #

Patch Set 7 : Adapt to bugfix for 244461 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+955 lines, -145 lines) Patch
M src/arm/builtins-arm.cc View 1 2 3 4 5 2 chunks +32 lines, -18 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 2 3 4 5 6 5 chunks +162 lines, -1 line 0 comments Download
M src/bootstrapper.cc View 1 2 3 4 5 1 chunk +8 lines, -2 lines 0 comments Download
M src/builtins.cc View 1 2 3 4 5 4 chunks +47 lines, -18 lines 0 comments Download
M src/builtins-decls.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/code-stubs.h View 1 2 3 4 5 6 chunks +102 lines, -2 lines 0 comments Download
M src/code-stubs.cc View 1 2 3 4 5 1 chunk +15 lines, -0 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 3 4 5 4 chunks +139 lines, -58 lines 0 comments Download
M src/hydrogen.h View 1 2 3 4 5 3 chunks +6 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 4 5 4 chunks +31 lines, -4 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 3 4 5 2 chunks +32 lines, -16 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 4 5 5 chunks +164 lines, -1 line 0 comments Download
M src/isolate.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 2 3 4 5 6 1 chunk +5 lines, -1 line 0 comments Download
M src/type-info.cc View 1 2 3 4 5 6 2 chunks +9 lines, -7 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 2 3 4 2 chunks +32 lines, -16 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 3 4 5 6 5 chunks +164 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
mvstanton
Hi Danno, could you have a look? thanks, --Michael
7 years, 7 months ago (2013-05-16 09:58:28 UTC) #1
mvstanton
And/or if Michael could have a look, all the best, --Michael
7 years, 7 months ago (2013-05-16 10:46:25 UTC) #2
Michael Starzinger
LGTM from my end with a few nits. The one big comment about runtime function ...
7 years, 7 months ago (2013-05-23 09:16:49 UTC) #3
mvstanton
Hi Michael, thx for the review. I have added the ports now and addressed your ...
7 years, 7 months ago (2013-05-23 14:46:05 UTC) #4
mvstanton
Hi Michael, thanks for the lgtm a week ago. I want to call your attention ...
7 years, 6 months ago (2013-06-04 16:04:41 UTC) #5
Michael Starzinger
Still LGTM (just looked at patch set 7)
7 years, 6 months ago (2013-06-05 09:59:13 UTC) #6
mvstanton
7 years, 6 months ago (2013-06-05 10:43:32 UTC) #7
Message was sent while issue was closed.
Committed patchset #7 manually as r14948 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698