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

Issue 1517963002: Move Object.assign implementation to C++ (Closed)

Created:
5 years ago by Jakob Kummerow
Modified:
5 years ago
Reviewers:
Toon Verwaest
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

Move Object.assign implementation to C++ This avoids a pair of super-high-degree polymorphic load/store ICs, and creates the opportunity to add more fast paths if needed. Committed: https://crrev.com/a83546932b4947e2c4e1e912f3fa50c8541dbb85 Cr-Commit-Position: refs/heads/master@{#32799}

Patch Set 1 #

Total comments: 4

Patch Set 2 : address comments #

Patch Set 3 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -38 lines) Patch
M src/bootstrapper.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/builtins.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/builtins.cc View 1 2 1 chunk +58 lines, -0 lines 0 comments Download
M src/js/prologue.js View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/js/v8natives.js View 1 2 3 chunks +1 line, -37 lines 0 comments Download
A test/mjsunit/harmony/proxies-object-assign.js View 1 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (7 generated)
Jakob Kummerow
5 years ago (2015-12-11 09:35:29 UTC) #2
Toon Verwaest
lgtm https://codereview.chromium.org/1517963002/diff/1/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/1517963002/diff/1/src/builtins.cc#newcode1462 src/builtins.cc:1462: Object::ToObject(isolate, next_source)); This cannot fail anymore right? https://codereview.chromium.org/1517963002/diff/1/test/mjsunit/harmony/proxies-object-assign.js ...
5 years ago (2015-12-11 10:06:07 UTC) #3
Jakob Kummerow
https://codereview.chromium.org/1517963002/diff/1/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/1517963002/diff/1/src/builtins.cc#newcode1462 src/builtins.cc:1462: Object::ToObject(isolate, next_source)); On 2015/12/11 10:06:06, Toon Verwaest wrote: > ...
5 years ago (2015-12-11 12:04:10 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1517963002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1517963002/20001
5 years ago (2015-12-11 12:04:26 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: v8_win_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_rel_ng/builds/444)
5 years ago (2015-12-11 12:06:33 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1517963002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1517963002/40001
5 years ago (2015-12-11 13:20:38 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years ago (2015-12-11 14:10:31 UTC) #13
commit-bot: I haz the power
5 years ago (2015-12-11 14:11:03 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/a83546932b4947e2c4e1e912f3fa50c8541dbb85
Cr-Commit-Position: refs/heads/master@{#32799}

Powered by Google App Engine
This is Rietveld 408576698