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

Issue 233293005: Remove hand-written assembly ArrayPush stubs (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : Re-upload #

Patch Set 3 : Re-upload again #

Patch Set 4 : Fix nits and add additional KO criterion #

Patch Set 5 : Add clarification comment #

Patch Set 6 : Ni #

Total comments: 6

Patch Set 7 : Review feedback #

Patch Set 8 : Fix observation #

Patch Set 9 : Remove extraneous change #

Patch Set 10 : Fix test comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -1047 lines) Patch
M src/arm/code-stubs-arm.cc View 1 chunk +0 lines, -205 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 2 3 1 chunk +0 lines, -209 lines 0 comments Download
M src/array.js View 1 2 3 4 5 6 7 1 chunk +7 lines, -1 line 0 comments Download
M src/code-stubs.h View 1 2 3 2 chunks +0 lines, -25 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 4 5 6 7 8 3 chunks +21 lines, -19 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +0 lines, -192 lines 0 comments Download
M src/macros.py View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 2 3 4 5 6 1 chunk +0 lines, -200 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +0 lines, -196 lines 0 comments Download
A test/mjsunit/array-push6.js View 1 2 3 4 5 6 7 8 9 1 chunk +22 lines, -0 lines 0 comments Download
A test/mjsunit/array-push7.js View 1 2 3 4 5 6 7 8 9 1 chunk +59 lines, -0 lines 0 comments Download
A test/mjsunit/array-push8.js View 1 2 3 4 5 6 7 8 9 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
danno
PTAL, adding Michael for spec conformance smell test
6 years, 8 months ago (2014-04-11 12:36:27 UTC) #1
Toon Verwaest
Great in theory, but some bugs in the execution ;) https://codereview.chromium.org/233293005/diff/100001/src/hydrogen.cc File src/hydrogen.cc (left): https://codereview.chromium.org/233293005/diff/100001/src/hydrogen.cc#oldcode7663 ...
6 years, 8 months ago (2014-04-11 13:06:57 UTC) #2
Michael Starzinger
https://codereview.chromium.org/233293005/diff/100001/src/array.js File src/array.js (right): https://codereview.chromium.org/233293005/diff/100001/src/array.js#newcode475 src/array.js:475: %SetProperty(this, i+n, %_Arguments(i), 0, 0); This will break for ...
6 years, 8 months ago (2014-04-11 13:12:08 UTC) #3
danno
Please take another look https://codereview.chromium.org/233293005/diff/100001/src/array.js File src/array.js (right): https://codereview.chromium.org/233293005/diff/100001/src/array.js#newcode475 src/array.js:475: %SetProperty(this, i+n, %_Arguments(i), 0, 0); ...
6 years, 8 months ago (2014-04-16 14:34:38 UTC) #4
Michael Starzinger
LGTM for array.js, I'll leave the rest to Toon. I will take care of the ...
6 years, 8 months ago (2014-04-16 15:56:24 UTC) #5
Toon Verwaest
lgtm
6 years, 8 months ago (2014-04-17 09:03:35 UTC) #6
danno
6 years, 8 months ago (2014-04-17 11:38:11 UTC) #7
Message was sent while issue was closed.
Committed patchset #10 manually as r20839 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698