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

Issue 1695743003: [builtins] Support SameValue and SameValueZero via runtime functions. (Closed)

Created:
4 years, 10 months ago by Benedikt Meurer
Modified:
4 years, 10 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[builtins] Support SameValue and SameValueZero via runtime functions. Also move Object.is implementation to C++ builtin, which is faster than the current implementation. R=mstarzinger@chromium.org Committed: https://crrev.com/1e79bd5cc807647e6708705d123b0a713839b212 Cr-Commit-Position: refs/heads/master@{#34069}

Patch Set 1 #

Total comments: 6

Patch Set 2 : REBASE #

Patch Set 3 : Address feedback #

Patch Set 4 : Address bug in SameValue and SameValueZero for SIMD types. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -133 lines) Patch
M src/bootstrapper.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/builtins.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/builtins.cc View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M src/js/array.js View 3 chunks +1 line, -3 lines 0 comments Download
M src/js/prologue.js View 1 chunk +0 lines, -1 line 0 comments Download
M src/js/runtime.js View 3 chunks +4 lines, -37 lines 0 comments Download
M src/js/v8natives.js View 1 2 5 chunks +10 lines, -11 lines 0 comments Download
M src/objects.cc View 1 2 3 2 chunks +30 lines, -36 lines 0 comments Download
M src/runtime/runtime.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/runtime/runtime-object.cc View 1 1 chunk +18 lines, -0 lines 0 comments Download
M src/runtime/runtime-simd.cc View 1 chunk +0 lines, -40 lines 0 comments Download
M test/mjsunit/harmony/simd.js View 1 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/samevalue.js View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
Benedikt Meurer
4 years, 10 months ago (2016-02-12 14:01:21 UTC) #1
Benedikt Meurer
Hey Michi, Another easy cleanup. Please take a look. Thanks, Benedikt
4 years, 10 months ago (2016-02-12 14:01:47 UTC) #2
Michael Starzinger
LGTM. https://codereview.chromium.org/1695743003/diff/1/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/1695743003/diff/1/src/builtins.cc#newcode1810 src/builtins.cc:1810: Object* value1 = args[1]; nit: Even with the ...
4 years, 10 months ago (2016-02-17 09:44:21 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1695743003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1695743003/40001
4 years, 10 months ago (2016-02-17 10:16:10 UTC) #6
Benedikt Meurer
https://codereview.chromium.org/1695743003/diff/1/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/1695743003/diff/1/src/builtins.cc#newcode1810 src/builtins.cc:1810: Object* value1 = args[1]; On 2016/02/17 09:44:21, Michael Starzinger ...
4 years, 10 months ago (2016-02-17 10:20:26 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1695743003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1695743003/60001
4 years, 10 months ago (2016-02-17 10:32:34 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-17 10:54:11 UTC) #12
commit-bot: I haz the power
4 years, 10 months ago (2016-02-17 10:54:31 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/1e79bd5cc807647e6708705d123b0a713839b212
Cr-Commit-Position: refs/heads/master@{#34069}

Powered by Google App Engine
This is Rietveld 408576698