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

Issue 2271153003: [deoptimizer] Fix for non-topmost interpreted frame. (Closed)

Created:
4 years, 3 months ago by Michael Starzinger
Modified:
4 years, 3 months ago
Reviewers:
Jarin, 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

[deoptimizer] Fix for non-topmost interpreted frame. The accumulator is always part of the translation for every interpreted frame. The assumption is that all frames are in {TOS_REGISTER} state. This however is not supported for non-topmost frames and we need to avoid pushing the accumulator onto the machine stack. R=jarin@chromium.org Committed: https://crrev.com/9c8f4775bd7ce3063db5b4b50d2bb8323a23c650 Cr-Commit-Position: refs/heads/master@{#38945}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments. #

Total comments: 4

Patch Set 3 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -15 lines) Patch
M src/deoptimizer.cc View 1 2 3 chunks +32 lines, -15 lines 0 comments Download

Messages

Total messages: 24 (16 generated)
Michael Starzinger
Jaro: PTAL. Ross: FYI.
4 years, 3 months ago (2016-08-24 11:02:22 UTC) #4
rmcilroy
LGTM https://codereview.chromium.org/2271153003/diff/1/src/deoptimizer.cc File src/deoptimizer.cc (right): https://codereview.chromium.org/2271153003/diff/1/src/deoptimizer.cc#newcode1111 src/deoptimizer.cc:1111: if (!is_topmost) height_in_bytes -= kPointerSize; Should we do ...
4 years, 3 months ago (2016-08-24 11:18:30 UTC) #7
Michael Starzinger
Comments addressed. https://codereview.chromium.org/2271153003/diff/1/src/deoptimizer.cc File src/deoptimizer.cc (right): https://codereview.chromium.org/2271153003/diff/1/src/deoptimizer.cc#newcode1111 src/deoptimizer.cc:1111: if (!is_topmost) height_in_bytes -= kPointerSize; On 2016/08/24 ...
4 years, 3 months ago (2016-08-24 11:38:43 UTC) #8
Jarin
lgtm https://codereview.chromium.org/2271153003/diff/20001/src/deoptimizer.cc File src/deoptimizer.cc (right): https://codereview.chromium.org/2271153003/diff/20001/src/deoptimizer.cc#newcode1267 src/deoptimizer.cc:1267: // builtin will pop it off the topmost ...
4 years, 3 months ago (2016-08-26 12:31:43 UTC) #13
Michael Starzinger
Thanks! Addressed comments. Landing. https://codereview.chromium.org/2271153003/diff/20001/src/deoptimizer.cc File src/deoptimizer.cc (right): https://codereview.chromium.org/2271153003/diff/20001/src/deoptimizer.cc#newcode1267 src/deoptimizer.cc:1267: // builtin will pop it ...
4 years, 3 months ago (2016-08-26 12:42:52 UTC) #14
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/2271153003/40001
4 years, 3 months ago (2016-08-26 13:11:03 UTC) #21
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-08-26 13:12:20 UTC) #22
commit-bot: I haz the power
4 years, 3 months ago (2016-08-26 13:12:41 UTC) #24
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/9c8f4775bd7ce3063db5b4b50d2bb8323a23c650
Cr-Commit-Position: refs/heads/master@{#38945}

Powered by Google App Engine
This is Rietveld 408576698