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

Issue 1424703005: Remove JSBuiltinsObject. (Closed)

Created:
5 years, 1 month ago by Yang
Modified:
5 years, 1 month 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

Remove JSBuiltinsObject. R=verwaest@chromium.org Committed: https://crrev.com/395bd6d70a63f16b214eec43c57dfbdd56f16929 Cr-Commit-Position: refs/heads/master@{#31711}

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -210 lines) Patch
M src/bootstrapper.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/bootstrapper.cc View 13 chunks +37 lines, -69 lines 2 comments Download
M src/contexts.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/contexts.cc View 1 chunk +0 lines, -11 lines 0 comments Download
M src/crankshaft/hydrogen.cc View 1 chunk +3 lines, -10 lines 0 comments Download
M src/factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/heap/heap.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/heap/objects-visiting.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/heap/objects-visiting-inl.h View 2 chunks +3 lines, -4 lines 0 comments Download
M src/ic/arm/ic-arm.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/ic/arm64/ic-arm64.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/ic/ia32/ic-ia32.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/ic/ic.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M src/ic/mips/ic-mips.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/ic/mips64/ic-mips64.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/ic/ppc/ic-ppc.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/ic/x64/ic-x64.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/ic/x87/ic-x87.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/isolate.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/js/harmony-typedarray.js View 1 chunk +2 lines, -0 lines 0 comments Download
M src/js/i18n.js View 1 chunk +1 line, -1 line 0 comments Download
M src/js/json.js View 1 chunk +0 lines, -2 lines 0 comments Download
M src/objects.h View 8 chunks +1 line, -28 lines 2 comments Download
M src/objects-debug.cc View 2 chunks +5 lines, -15 lines 0 comments Download
M src/objects-inl.h View 5 chunks +1 line, -6 lines 0 comments Download
M src/objects-printer.cc View 2 chunks +0 lines, -9 lines 0 comments Download
M src/profiler/heap-snapshot-generator.cc View 1 chunk +1 line, -4 lines 0 comments Download
M src/runtime/runtime-scopes.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/snapshot/serialize.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/third_party/fdlibm/fdlibm.js View 1 chunk +4 lines, -4 lines 0 comments Download
M src/types.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-api.cc View 1 chunk +7 lines, -1 line 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M test/cctest/test-object-observe.cc View 4 chunks +12 lines, -5 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
Yang
5 years, 1 month ago (2015-10-27 13:58:12 UTC) #1
Yang
Hannes, could you take a look at the heap changes? Thanks. Toon, I'm not too ...
5 years, 1 month ago (2015-10-27 14:02:18 UTC) #3
Hannes Payer (out of office)
heap LGTM
5 years, 1 month ago (2015-10-28 14:32:34 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1424703005/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1424703005/1
5 years, 1 month ago (2015-10-29 12:58:28 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-10-29 13:30:57 UTC) #8
Yang
On 2015/10/29 13:30:57, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
5 years, 1 month ago (2015-10-30 08:22:49 UTC) #9
Toon Verwaest
https://codereview.chromium.org/1424703005/diff/1/src/bootstrapper.cc File src/bootstrapper.cc (right): https://codereview.chromium.org/1424703005/diff/1/src/bootstrapper.cc#newcode2309 src/bootstrapper.cc:2309: Handle<JSGlobalObject>::cast(factory()->NewGlobalObject(global_fun)); Ugh. I guess it breaks all over the ...
5 years, 1 month ago (2015-11-02 10:08:48 UTC) #10
Yang
https://codereview.chromium.org/1424703005/diff/1/src/bootstrapper.cc File src/bootstrapper.cc (right): https://codereview.chromium.org/1424703005/diff/1/src/bootstrapper.cc#newcode2309 src/bootstrapper.cc:2309: Handle<JSGlobalObject>::cast(factory()->NewGlobalObject(global_fun)); On 2015/11/02 10:08:48, Toon Verwaest wrote: > Ugh. ...
5 years, 1 month ago (2015-11-02 10:47:38 UTC) #11
Toon Verwaest
Ok. lgtm in that case.
5 years, 1 month ago (2015-11-02 11:02:58 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1424703005/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1424703005/1
5 years, 1 month ago (2015-11-02 12:45:22 UTC) #14
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 1 month ago (2015-11-02 13:04:26 UTC) #15
commit-bot: I haz the power
5 years, 1 month ago (2015-11-02 13:04:47 UTC) #16
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/395bd6d70a63f16b214eec43c57dfbdd56f16929
Cr-Commit-Position: refs/heads/master@{#31711}

Powered by Google App Engine
This is Rietveld 408576698