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

Issue 61893009: Add initial hydrogenized NewStringAddStub. (Closed)

Created:
7 years, 1 month ago by Benedikt Meurer
Modified:
7 years, 1 month ago
Reviewers:
mvstanton
CC:
v8-dev
Visibility:
Public.

Description

Add initial hydrogenized NewStringAddStub. The new stub is enabled via the --new-string-add flag, which is disabled by default. For now, it's only a stripped down version of the native StringAddStub, it's still work-in-progress. BUG=v8:2990 R=mvstanton@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17635

Patch Set 1 #

Total comments: 14

Patch Set 2 : Addressed comments and improvements. #

Patch Set 3 : REBASE #

Patch Set 4 : Add test case for --new-string-add. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+620 lines, -32 lines) Patch
M src/arm/code-stubs-arm.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 chunk +14 lines, -4 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 2 1 chunk +6 lines, -2 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 1 chunk +12 lines, -4 lines 0 comments Download
M src/code-stubs.h View 2 chunks +42 lines, -0 lines 0 comments Download
M src/code-stubs.cc View 1 2 chunks +22 lines, -0 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 chunk +32 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/hydrogen.h View 1 2 2 chunks +27 lines, -1 line 0 comments Download
M src/hydrogen.cc View 1 2 1 chunk +336 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 chunks +20 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +13 lines, -4 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 2 chunks +16 lines, -4 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 1 chunk +6 lines, -2 lines 0 comments Download
M src/isolate.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 1 chunk +13 lines, -4 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 2 chunks +16 lines, -4 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 1 chunk +6 lines, -2 lines 0 comments Download
A + test/mjsunit/new-string-add.js View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Benedikt Meurer
Hey Michael, As promised, here's the initial NewStringAddStub. :-) PTAL -- Benedikt
7 years, 1 month ago (2013-11-07 14:05:25 UTC) #1
mvstanton
Hi Benedikt, here are comments. Looking good! --Michael https://codereview.chromium.org/61893009/diff/1/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/61893009/diff/1/src/code-stubs.cc#newcode684 src/code-stubs.cc:684: void ...
7 years, 1 month ago (2013-11-08 10:17:49 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/61893009/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/61893009/diff/1/src/hydrogen.cc#newcode1495 src/hydrogen.cc:1495: // right now. On 2013/11/08 10:17:50, mvstanton wrote: > ...
7 years, 1 month ago (2013-11-08 13:21:07 UTC) #3
mvstanton
Right on, lgtm.
7 years, 1 month ago (2013-11-11 10:17:20 UTC) #4
Benedikt Meurer
7 years, 1 month ago (2013-11-12 10:21:24 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r17635 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698