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

Issue 143213003: Turn ArrayPush into a stub specialized on the elements kind and argc. (Closed)

Created:
6 years, 11 months ago by Toon Verwaest
Modified:
6 years, 11 months ago
Reviewers:
mvstanton
CC:
v8-dev
Visibility:
Public.

Description

Turn ArrayPush into a stub specialized on the elements kind and argc. BUG= R=mvstanton@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18696

Patch Set 1 : #

Total comments: 7

Patch Set 2 : Addressed comments #

Patch Set 3 : Properly bind label #

Unified diffs Side-by-side diffs Delta from patch set Stats (+686 lines, -731 lines) Patch
M src/arm/code-stubs-arm.cc View 1 2 1 chunk +205 lines, -0 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 chunk +0 lines, -245 lines 0 comments Download
M src/code-stubs.h View 2 chunks +25 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 1 chunk +192 lines, -0 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +0 lines, -245 lines 0 comments Download
M src/stub-cache.cc View 1 chunk +35 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 1 chunk +196 lines, -0 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +0 lines, -241 lines 0 comments Download
M test/mjsunit/array-push.js View 1 2 chunks +33 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Toon Verwaest
PTAL
6 years, 11 months ago (2014-01-20 13:07:14 UTC) #1
mvstanton
Hi Toon, cupla questions. --Michael https://codereview.chromium.org/143213003/diff/150001/src/ia32/code-stubs-ia32.cc File src/ia32/code-stubs-ia32.cc (right): https://codereview.chromium.org/143213003/diff/150001/src/ia32/code-stubs-ia32.cc#newcode4459 src/ia32/code-stubs-ia32.cc:4459: __ j(greater, &attempt_to_grow_elements); Could ...
6 years, 11 months ago (2014-01-20 14:49:12 UTC) #2
Toon Verwaest
https://codereview.chromium.org/143213003/diff/150001/src/ia32/code-stubs-ia32.cc File src/ia32/code-stubs-ia32.cc (right): https://codereview.chromium.org/143213003/diff/150001/src/ia32/code-stubs-ia32.cc#newcode4505 src/ia32/code-stubs-ia32.cc:4505: masm, DONT_TRACK_ALLOCATION_SITE, NULL); Good catch. We currently don't. On ...
6 years, 11 months ago (2014-01-20 16:14:37 UTC) #3
mvstanton
OKay, LGTM.
6 years, 11 months ago (2014-01-20 16:28:11 UTC) #4
Toon Verwaest
6 years, 11 months ago (2014-01-20 17:09:34 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r18696 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698