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

Issue 23726041: Turn the NumberToStringStub into a hydrogen stub. (Closed)

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

Description

Turn the NumberToStringStub into a hydrogen stub. This adds a BuildLookupNumberStringCache() in Hydrogen, which will be used by the hydrogen version of StringAddStub, in addition to the hydrogen version of NumberToStringStub. R=mvstanton@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16874 Committed: https://code.google.com/p/v8/source/detail?r=16910

Patch Set 1 #

Patch Set 2 : Using IfBuilder with JoinContinuation #

Total comments: 7

Patch Set 3 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+229 lines, -110 lines) Patch
M src/arm/code-stubs-arm.h View 1 chunk +0 lines, -12 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 2 2 chunks +10 lines, -16 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M src/code-stubs.h View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M src/hydrogen.h View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 2 2 chunks +140 lines, -6 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 chunk +0 lines, -12 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 2 chunks +10 lines, -15 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M src/x64/code-stubs-x64.h View 1 chunk +0 lines, -12 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 2 chunks +10 lines, -16 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Benedikt Meurer
Hey Michael, Here's the final CL for the actual NumberToStringStub. Benchmarks seem to be fine, ...
7 years, 3 months ago (2013-09-19 07:46:00 UTC) #1
Benedikt Meurer
Somewhat more readable using the extended IfBuilder. :-)
7 years, 3 months ago (2013-09-20 07:32:00 UTC) #2
mvstanton
Nice stuff! A few nits to look at and then lgtm. https://codereview.chromium.org/23726041/diff/4001/src/code-stubs-hydrogen.cc File src/code-stubs-hydrogen.cc (right): ...
7 years, 3 months ago (2013-09-23 09:32:34 UTC) #3
Benedikt Meurer
https://codereview.chromium.org/23726041/diff/4001/src/code-stubs-hydrogen.cc File src/code-stubs-hydrogen.cc (right): https://codereview.chromium.org/23726041/diff/4001/src/code-stubs-hydrogen.cc#newcode343 src/code-stubs-hydrogen.cc:343: info()->MarkAsSavesCallerDoubles(); On 2013/09/23 09:32:34, mvstanton wrote: > Comment this ...
7 years, 3 months ago (2013-09-23 10:53:30 UTC) #4
Benedikt Meurer
Committed patchset #3 manually as r16874 (presubmit successful).
7 years, 3 months ago (2013-09-23 10:59:04 UTC) #5
Benedikt Meurer
7 years, 3 months ago (2013-09-24 09:31:26 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r16910 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698