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

Issue 1449373002: [Interpreter] Add support for global loads / stores / calls to BytecodeGraphBuilder. (Closed)

Created:
5 years, 1 month ago by oth
Modified:
5 years, 1 month ago
CC:
v8-reviews_googlegroups.com, rmcilroy
Base URL:
https://chromium.googlesource.com/v8/v8.git@rmcilroy-0000
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Interpreter] Add support for global loads / stores / calls to BytecodeGraphBuilder. Adds support for the LdaGlobal and StaGlobal bytecodes to the BytecodeGraphBuilder. Also fixes a bug in the context node's parameter index and start node inputs. Landed on behalf of rmcilroy. TBR=bmeuer@chromium.org,mythria@chromium.org BUG=v8:4280 LOG=N Committed: https://crrev.com/519df935a3f06aa0619935469528d5814e278d3e Cr-Commit-Position: refs/heads/master@{#32049}

Patch Set 1 : Import from https://codereview.chromium.org/1441643002/ #

Total comments: 2

Patch Set 2 : Move BuildBinaryOp as suggested by mythria. #

Patch Set 3 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+343 lines, -22 lines) Patch
M src/compiler/bytecode-graph-builder.h View 1 1 chunk +6 lines, -5 lines 0 comments Download
M src/compiler/bytecode-graph-builder.cc View 3 chunks +58 lines, -16 lines 0 comments Download
M src/objects.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/compiler/test-run-bytecode-graph-builder.cc View 1 2 2 chunks +48 lines, -0 lines 0 comments Download
M test/unittests/compiler/bytecode-graph-builder-unittest.cc View 1 chunk +87 lines, -0 lines 0 comments Download
M test/unittests/compiler/node-test-utils.h View 2 chunks +11 lines, -0 lines 0 comments Download
M test/unittests/compiler/node-test-utils.cc View 3 chunks +132 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
oth
This CL is based on Ross's CL https://codereview.chromium.org/1441643002/ that I'm attempting to land in his ...
5 years, 1 month ago (2015-11-17 10:40:57 UTC) #2
mythria
lgtm https://codereview.chromium.org/1449373002/diff/1/src/compiler/bytecode-graph-builder.h File src/compiler/bytecode-graph-builder.h (right): https://codereview.chromium.org/1449373002/diff/1/src/compiler/bytecode-graph-builder.h#newcode96 src/compiler/bytecode-graph-builder.h:96: void BuildBinaryOp(const Operator* op, May be we can ...
5 years, 1 month ago (2015-11-17 10:52:33 UTC) #3
oth
Thanks for the approval and the comment (incorporated). https://codereview.chromium.org/1449373002/diff/1/src/compiler/bytecode-graph-builder.h File src/compiler/bytecode-graph-builder.h (right): https://codereview.chromium.org/1449373002/diff/1/src/compiler/bytecode-graph-builder.h#newcode96 src/compiler/bytecode-graph-builder.h:96: void ...
5 years, 1 month ago (2015-11-17 11:12:50 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1449373002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1449373002/40001
5 years, 1 month ago (2015-11-17 14:48:58 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-11-17 15:06:46 UTC) #9
commit-bot: I haz the power
5 years, 1 month ago (2015-11-17 15:07:29 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/519df935a3f06aa0619935469528d5814e278d3e
Cr-Commit-Position: refs/heads/master@{#32049}

Powered by Google App Engine
This is Rietveld 408576698