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

Issue 2327703003: [builtins] Migrate ToNumber to TurboFan. (Closed)

Created:
4 years, 3 months ago by alegil02
Modified:
4 years, 3 months ago
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-x87-ports_googlegroups.com, v8-ppc-ports_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[builtins] Migrate ToNumber to TurboFan. Migrate ToNumber platform builtin to TurboFan. Also move NonNumberToNumber builtin implementation to helper function. BUG=v8:5049 Committed: https://crrev.com/278b9f800b67126b096e6ed03942b0597b2ad3b8 Cr-Commit-Position: refs/heads/master@{#39343}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed nits. #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+144 lines, -254 lines) Patch
M src/builtins/arm/builtins-arm.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M src/builtins/arm64/builtins-arm64.cc View 1 chunk +0 lines, -20 lines 0 comments Download
M src/builtins/builtins.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/builtins/builtins-conversion.cc View 1 2 1 chunk +10 lines, -85 lines 0 comments Download
M src/builtins/ia32/builtins-ia32.cc View 1 chunk +0 lines, -18 lines 0 comments Download
M src/builtins/mips/builtins-mips.cc View 1 chunk +0 lines, -22 lines 0 comments Download
M src/builtins/mips64/builtins-mips64.cc View 1 chunk +0 lines, -22 lines 0 comments Download
M src/builtins/ppc/builtins-ppc.cc View 1 chunk +0 lines, -16 lines 0 comments Download
M src/builtins/s390/builtins-s390.cc View 1 chunk +0 lines, -16 lines 0 comments Download
M src/builtins/x64/builtins-x64.cc View 1 chunk +0 lines, -19 lines 0 comments Download
M src/builtins/x87/builtins-x87.cc View 1 chunk +0 lines, -18 lines 0 comments Download
M src/code-stub-assembler.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/code-stub-assembler.cc View 1 2 1 chunk +123 lines, -0 lines 0 comments Download
M src/compiler/code-assembler.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/interpreter/interpreter.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 27 (12 generated)
alegil02
4 years, 3 months ago (2016-09-09 08:16:21 UTC) #3
rmcilroy
interpreter LGTM other than same nits made for the ToName CL. https://codereview.chromium.org/2327703003/diff/1/src/interpreter/interpreter.cc File src/interpreter/interpreter.cc (right): ...
4 years, 3 months ago (2016-09-09 11:03:18 UTC) #4
rmcilroy
Didn't look at the rest of the CL though, please make sure Benedikt or Igor ...
4 years, 3 months ago (2016-09-09 11:03:53 UTC) #5
alegil02
On 2016/09/09 11:03:53, rmcilroy wrote: > Didn't look at the rest of the CL though, ...
4 years, 3 months ago (2016-09-09 11:07:11 UTC) #6
Igor Sheludko
lgtm with nits: https://codereview.chromium.org/2327703003/diff/1/src/builtins/builtins-conversion.cc File src/builtins/builtins-conversion.cc (right): https://codereview.chromium.org/2327703003/diff/1/src/builtins/builtins-conversion.cc#newcode122 src/builtins/builtins-conversion.cc:122: // ES6 section 7.1.3 ToNumber ( ...
4 years, 3 months ago (2016-09-09 11:33:15 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2327703003/20001
4 years, 3 months ago (2016-09-09 16:13:53 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/23715)
4 years, 3 months ago (2016-09-09 16:18:04 UTC) #12
alegil02
On 2016/09/09 16:18:04, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 3 months ago (2016-09-12 09:19:21 UTC) #14
Benedikt Meurer
LGTM on CodeAssembler.
4 years, 3 months ago (2016-09-12 09:50:31 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2327703003/20001
4 years, 3 months ago (2016-09-12 09:50:52 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: v8_android_arm_compile_rel on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_android_arm_compile_rel/builds/24298) v8_linux_gcc_compile_rel on master.tryserver.v8 (JOB_FAILED, ...
4 years, 3 months ago (2016-09-12 09:52:20 UTC) #19
alegil02
On 2016/09/12 09:52:20, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 3 months ago (2016-09-12 09:58:51 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2327703003/40001
4 years, 3 months ago (2016-09-12 10:32:41 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-12 11:00:45 UTC) #25
commit-bot: I haz the power
4 years, 3 months ago (2016-09-12 11:01:20 UTC) #27
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/278b9f800b67126b096e6ed03942b0597b2ad3b8
Cr-Commit-Position: refs/heads/master@{#39343}

Powered by Google App Engine
This is Rietveld 408576698