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

Issue 2267693002: [interpreter] Allow mixed stacks if bytecode is preserved. (Closed)

Created:
4 years, 4 months ago by Michael Starzinger
Modified:
4 years, 4 months ago
Reviewers:
rmcilroy
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] Allow mixed stacks if bytecode is preserved. This changes the compilation pipeline so that mixed stacks are allowed when bytecode is preserved. This means there can be activations of both, "baseline" as well as "unoptimized" code active on the stack at the same time for any single given function. R=rmcilroy@chromium.org BUG=v8:4280 Committed: https://crrev.com/5e08f43531b5f2d8577c6e523c49911b2347db66 Cr-Commit-Position: refs/heads/master@{#38809}

Patch Set 1 #

Patch Set 2 : Fix comment. #

Patch Set 3 : Adapt test. #

Total comments: 8

Patch Set 4 : Addressed comment. #

Patch Set 5 : One more comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -26 lines) Patch
M src/compiler.cc View 1 2 3 4 chunks +30 lines, -26 lines 0 comments Download
M test/cctest/test-compiler.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (13 generated)
Michael Starzinger
4 years, 4 months ago (2016-08-22 13:50:15 UTC) #7
rmcilroy
LGTM. Will be interesting to see if this has any impact on the perf bots. ...
4 years, 4 months ago (2016-08-22 15:33:03 UTC) #8
Michael Starzinger
Thanks! Comments addressed. Will land tomorrow. https://codereview.chromium.org/2267693002/diff/40001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/2267693002/diff/40001/src/compiler.cc#newcode951 src/compiler.cc:951: // underlying bytecode ...
4 years, 4 months ago (2016-08-22 15:44:23 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2267693002/80001
4 years, 4 months ago (2016-08-23 07:38:56 UTC) #16
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-08-23 07:41:03 UTC) #17
commit-bot: I haz the power
4 years, 4 months ago (2016-08-23 07:41:12 UTC) #19
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/5e08f43531b5f2d8577c6e523c49911b2347db66
Cr-Commit-Position: refs/heads/master@{#38809}

Powered by Google App Engine
This is Rietveld 408576698