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

Issue 2614623003: Move all Symbol.species setup for builtin constructors to bootstrapper (Closed)

Created:
3 years, 11 months ago by adamk
Modified:
3 years, 11 months ago
Reviewers:
gsathya
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Move all Symbol.species setup for builtin constructors to bootstrapper This lets us share Builtins::kReturnReceiver, so should every-so-slightly reduce the size of the context snapshot. R=gsathya@chromium.org Review-Url: https://codereview.chromium.org/2614623003 Cr-Commit-Position: refs/heads/master@{#42076} Committed: https://chromium.googlesource.com/v8/v8/+/e968595b42f8d49bf88fe3181cbdf8568c0628f6

Patch Set 1 #

Total comments: 3

Patch Set 2 : Add TODO #

Patch Set 3 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -45 lines) Patch
M src/bootstrapper.cc View 1 2 8 chunks +16 lines, -6 lines 0 comments Download
M src/js/array.js View 3 chunks +0 lines, -9 lines 0 comments Download
M src/js/arraybuffer.js View 2 chunks +0 lines, -8 lines 0 comments Download
M src/js/collection.js View 5 chunks +0 lines, -16 lines 0 comments Download
M src/js/typedarray.js View 3 chunks +0 lines, -6 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
adamk
3 years, 11 months ago (2017-01-04 22:03:28 UTC) #1
gsathya
lgtm https://codereview.chromium.org/2614623003/diff/1/src/bootstrapper.cc File src/bootstrapper.cc (right): https://codereview.chromium.org/2614623003/diff/1/src/bootstrapper.cc#newcode517 src/bootstrapper.cc:517: Factory* factory = constructor->GetIsolate()->factory(); Why not just pass ...
3 years, 11 months ago (2017-01-04 22:11:30 UTC) #2
adamk
https://codereview.chromium.org/2614623003/diff/1/src/bootstrapper.cc File src/bootstrapper.cc (right): https://codereview.chromium.org/2614623003/diff/1/src/bootstrapper.cc#newcode517 src/bootstrapper.cc:517: Factory* factory = constructor->GetIsolate()->factory(); On 2017/01/04 22:11:30, gsathya wrote: ...
3 years, 11 months ago (2017-01-04 22:14:29 UTC) #3
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/2614623003/20001
3 years, 11 months ago (2017-01-04 22:25:36 UTC) #6
commit-bot: I haz the power
Failed to apply patch for src/bootstrapper.cc: While running git apply --index -p1; error: patch failed: ...
3 years, 11 months ago (2017-01-04 22:50:47 UTC) #8
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/2614623003/40001
3 years, 11 months ago (2017-01-04 22:52:46 UTC) #11
commit-bot: I haz the power
3 years, 11 months ago (2017-01-04 23:19:34 UTC) #14
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/e968595b42f8d49bf88fe3181cbdf8568c0...

Powered by Google App Engine
This is Rietveld 408576698