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

Issue 1671813003: [interpreter] move the dispatch table off heap. (Closed)

Created:
4 years, 10 months ago by Yang
Modified:
4 years, 10 months ago
CC:
v8-reviews_googlegroups.com, v8-x87-ports_googlegroups.com, Yang, oth, rmcilroy, Hannes Payer (out of office), ulan
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[interpreter] move the dispatch table off heap. This makes the dispatch table similar to the builtins code list and makes sure that the dispatch table does not move. R=mstarzinger@chromium.org, rmcilroy@chromium.org Committed: https://crrev.com/91009c50951efc6ba62b46800d5d8567c3b72fff Cr-Commit-Position: refs/heads/master@{#33781}

Patch Set 1 #

Total comments: 4

Patch Set 2 : platform ports #

Patch Set 3 : fix mips64 #

Patch Set 4 : addressed comments #

Patch Set 5 : fix verify heap #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -112 lines) Patch
M src/arm/builtins-arm.cc View 1 2 chunks +6 lines, -8 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 1 2 chunks +6 lines, -8 lines 0 comments Download
M src/assembler.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/assembler.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M src/heap/heap.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/heap/heap.cc View 1 2 3 4 2 chunks +3 lines, -6 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 chunks +4 lines, -6 lines 0 comments Download
M src/interpreter/interpreter.h View 2 chunks +12 lines, -7 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 2 3 2 chunks +23 lines, -35 lines 0 comments Download
M src/isolate.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 2 chunks +6 lines, -8 lines 0 comments Download
M src/mips64/builtins-mips64.cc View 1 2 2 chunks +6 lines, -8 lines 0 comments Download
M src/objects.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/ppc/builtins-ppc.cc View 1 2 chunks +6 lines, -8 lines 0 comments Download
M src/snapshot/serialize.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 2 chunks +6 lines, -8 lines 0 comments Download
M src/x87/builtins-x87.cc View 1 2 chunks +4 lines, -6 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
Yang
4 years, 10 months ago (2016-02-05 10:58:28 UTC) #1
Yang
Hannes, fyi this adds another off-heap list of objects that needs to be visited when ...
4 years, 10 months ago (2016-02-05 10:59:21 UTC) #2
Michael Starzinger
LGTM from my end. Feel free to do the ports. Please wait for sign-off from ...
4 years, 10 months ago (2016-02-05 11:42:16 UTC) #3
Yang
Addressed Michael's comments. Added ports. https://codereview.chromium.org/1671813003/diff/1/src/assembler.h File src/assembler.h (right): https://codereview.chromium.org/1671813003/diff/1/src/assembler.h#newcode897 src/assembler.h:897: static ExternalReference interpreter_dispatch_table_address(Isolate* isolate); ...
4 years, 10 months ago (2016-02-05 11:51:01 UTC) #4
rmcilroy
lgtm, thanks!
4 years, 10 months ago (2016-02-05 12:11:18 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1671813003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1671813003/60001
4 years, 10 months ago (2016-02-05 12:12:33 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_dbg_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_dbg_ng/builds/997) v8_linux_dbg_ng_triggered on tryserver.v8 (JOB_FAILED, ...
4 years, 10 months ago (2016-02-05 13:17:06 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1671813003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1671813003/80001
4 years, 10 months ago (2016-02-05 13:56:58 UTC) #13
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 10 months ago (2016-02-05 14:32:44 UTC) #14
commit-bot: I haz the power
4 years, 10 months ago (2016-02-05 14:33:21 UTC) #16
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/91009c50951efc6ba62b46800d5d8567c3b72fff
Cr-Commit-Position: refs/heads/master@{#33781}

Powered by Google App Engine
This is Rietveld 408576698