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

Issue 1895063002: [Interpreter] Avoid binding bytecode_array to a variable in CallEpilogue (Closed)

Created:
4 years, 8 months ago by rmcilroy
Modified:
4 years, 8 months ago
Reviewers:
epertoso
CC:
oth, rmcilroy, 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] Avoid binding bytecode_array to a variable in CallEpilogue Binding bytecode_array to a CodeStubAssembler variable in CallEpilogue was causing issues with the approach to inline code stubs into interpreter bytecode handlers. Instead of doing this, just keep track of whether a call has been made, and if so reload directly from the stack frame when necessary. BUG=v8:4280 LOG=N Committed: https://crrev.com/4e4fa66fa1cd10dcc4ef56ad9f94b4acfc8037ed Cr-Commit-Position: refs/heads/master@{#35586}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -10 lines) Patch
M src/interpreter/interpreter-assembler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/interpreter-assembler.cc View 4 chunks +10 lines, -9 lines 2 comments Download

Messages

Total messages: 10 (3 generated)
rmcilroy
Enrico, PTAL, thanks.
4 years, 8 months ago (2016-04-18 14:20:08 UTC) #2
epertoso
https://codereview.chromium.org/1895063002/diff/1/src/interpreter/interpreter-assembler.cc File src/interpreter/interpreter-assembler.cc (right): https://codereview.chromium.org/1895063002/diff/1/src/interpreter/interpreter-assembler.cc#newcode89 src/interpreter/interpreter-assembler.cc:89: return LoadRegister( You probably want to reset made_call_ to ...
4 years, 8 months ago (2016-04-18 14:23:27 UTC) #3
rmcilroy
https://codereview.chromium.org/1895063002/diff/1/src/interpreter/interpreter-assembler.cc File src/interpreter/interpreter-assembler.cc (right): https://codereview.chromium.org/1895063002/diff/1/src/interpreter/interpreter-assembler.cc#newcode89 src/interpreter/interpreter-assembler.cc:89: return LoadRegister( On 2016/04/18 14:23:27, epertoso wrote: > You ...
4 years, 8 months ago (2016-04-18 14:59:15 UTC) #4
epertoso
lgtm
4 years, 8 months ago (2016-04-18 15:00:58 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1895063002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1895063002/1
4 years, 8 months ago (2016-04-18 15:02:09 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 8 months ago (2016-04-18 15:23:35 UTC) #8
commit-bot: I haz the power
4 years, 8 months ago (2016-04-18 15:25:11 UTC) #10
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/4e4fa66fa1cd10dcc4ef56ad9f94b4acfc8037ed
Cr-Commit-Position: refs/heads/master@{#35586}

Powered by Google App Engine
This is Rietveld 408576698