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

Issue 1489863002: [Interpreter] Add support for context slot loads / stores to BytecodeGraphBuilder. (Closed)

Created:
5 years ago by mythria
Modified:
5 years ago
Reviewers:
oth, Michael Starzinger
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

[Interpreter] Add support for context slot loads / stores to BytecodeGraphBuilder. Adds implementation and tests for LdaContextSlot, StaeContextSlot, PushContext, and PopContext to bytecode graph builder BUG=v8:4280 LOG=N Committed: https://crrev.com/128e75cbd956d20118fc4cd18e4e57e7db4d16fb Cr-Commit-Position: refs/heads/master@{#32474}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+194 lines, -19 lines) Patch
M src/compiler/bytecode-graph-builder.h View 3 chunks +5 lines, -0 lines 0 comments Download
M src/compiler/bytecode-graph-builder.cc View 6 chunks +50 lines, -13 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M test/cctest/compiler/test-run-bytecode-graph-builder.cc View 1 5 chunks +135 lines, -6 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
mythria
I added support for context slot loads and stores to bytecode graph builder. Could you ...
5 years ago (2015-12-01 15:00:00 UTC) #2
Michael Starzinger
LGTM. https://codereview.chromium.org/1489863002/diff/1/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/1489863002/diff/1/src/compiler/bytecode-graph-builder.cc#newcode228 src/compiler/bytecode-graph-builder.cc:228: CreateGraphBody(stack_check); On 2015/12/01 15:00:00, mythria wrote: > Function ...
5 years ago (2015-12-01 15:54:57 UTC) #3
oth
lgtm
5 years ago (2015-12-01 15:58:52 UTC) #4
mythria
Thanks for your reviews. https://codereview.chromium.org/1489863002/diff/1/test/cctest/compiler/test-run-bytecode-graph-builder.cc File test/cctest/compiler/test-run-bytecode-graph-builder.cc (right): https://codereview.chromium.org/1489863002/diff/1/test/cctest/compiler/test-run-bytecode-graph-builder.cc#newcode1083 test/cctest/compiler/test-run-bytecode-graph-builder.cc:1083: " return new Inner(2).innerFunc;" On ...
5 years ago (2015-12-01 16:12:12 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1489863002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1489863002/20001
5 years ago (2015-12-01 17:08:35 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years ago (2015-12-01 17:28:49 UTC) #9
commit-bot: I haz the power
5 years ago (2015-12-01 17:33:09 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/128e75cbd956d20118fc4cd18e4e57e7db4d16fb
Cr-Commit-Position: refs/heads/master@{#32474}

Powered by Google App Engine
This is Rietveld 408576698