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

Issue 2079393003: [builtins] NonNumberToNumber and StringToNumber now use CallRuntime instead of TailCallRuntime (Closed)

Created:
4 years, 6 months ago by ahaas
Modified:
4 years, 6 months ago
Reviewers:
Benedikt Meurer, v8-arm-ports, jbramley, v8-mips-ports
CC:
v8-mips-ports_googlegroups.com, v8-ppc-ports_googlegroups.com, v8-reviews_googlegroups.com, v8-x87-ports_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[builtins] NonNumberToNumber and StringToNumber now use CallRuntime instead of TailCallRuntime With the tail call, pointers to the JS heap could be pushed on a js-to-wasm frame. On the js-to-wasm frame, however, this pointer would not be updated by the GC. R=bmeurer@chromium.org, v8-arm-ports@googlegroups.com, v8-mips-ports@googlegroups.com BUG=617084 TEST=mjsunit/wasm/gc-frame.js:GCInJSToWasmTest() Committed: https://crrev.com/b5c69cbf39192b7efc12ae40406c8bd55a44419b Cr-Commit-Position: refs/heads/master@{#37132}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -39 lines) Patch
M src/arm/builtins-arm.cc View 1 2 chunks +18 lines, -5 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 1 2 chunks +18 lines, -5 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 chunks +18 lines, -9 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 2 chunks +18 lines, -5 lines 0 comments Download
M src/mips64/builtins-mips64.cc View 1 2 chunks +18 lines, -5 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 2 chunks +18 lines, -9 lines 0 comments Download
M test/mjsunit/wasm/gc-frame.js View 1 chunk +24 lines, -1 line 0 comments Download

Messages

Total messages: 11 (4 generated)
ahaas
4 years, 6 months ago (2016-06-21 08:21:09 UTC) #1
jbramley
https://codereview.chromium.org/2079393003/diff/1/src/arm64/builtins-arm64.cc File src/arm64/builtins-arm64.cc (right): https://codereview.chromium.org/2079393003/diff/1/src/arm64/builtins-arm64.cc#newcode2801 src/arm64/builtins-arm64.cc:2801: __ CallRuntime(Runtime::kToNumber); Why not kStringToNumber here?
4 years, 6 months ago (2016-06-21 08:31:50 UTC) #3
Benedikt Meurer
LGTM once comments addressed. https://codereview.chromium.org/2079393003/diff/1/src/arm/builtins-arm.cc File src/arm/builtins-arm.cc (right): https://codereview.chromium.org/2079393003/diff/1/src/arm/builtins-arm.cc#newcode2708 src/arm/builtins-arm.cc:2708: __ CallRuntime(Runtime::kToNumber); kStringToNumber here and ...
4 years, 6 months ago (2016-06-21 08:32:49 UTC) #4
ahaas
https://codereview.chromium.org/2079393003/diff/1/src/arm/builtins-arm.cc File src/arm/builtins-arm.cc (right): https://codereview.chromium.org/2079393003/diff/1/src/arm/builtins-arm.cc#newcode2708 src/arm/builtins-arm.cc:2708: __ CallRuntime(Runtime::kToNumber); On 2016/06/21 at 08:32:48, Benedikt Meurer wrote: ...
4 years, 6 months ago (2016-06-21 08:52:58 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2079393003/20001
4 years, 6 months ago (2016-06-21 09:23:20 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-21 09:26:32 UTC) #9
commit-bot: I haz the power
4 years, 6 months ago (2016-06-21 09:27:08 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/b5c69cbf39192b7efc12ae40406c8bd55a44419b
Cr-Commit-Position: refs/heads/master@{#37132}

Powered by Google App Engine
This is Rietveld 408576698