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

Issue 2176183002: [interpreter] Implement static loop depth tracking. (Closed)

Created:
4 years, 5 months ago by Michael Starzinger
Modified:
4 years, 4 months ago
Reviewers:
rmcilroy
CC:
v8-reviews_googlegroups.com, oth, rmcilroy
Base URL:
https://chromium.googlesource.com/v8/v8.git@local_osr-2
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[interpreter] Implement static loop depth tracking. This adds tracking of the loop depth to the {BytecodeGenerator} in order to statically determine the loop nesting level for {OsrPoll} bytecodes. R=rmcilroy@chromium.org BUG=v8:4764 Committed: https://crrev.com/7bb24abe03b4ce00699a2d61284070e221f12fd5 Cr-Commit-Position: refs/heads/master@{#38064}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments. #

Patch Set 3 : Rebased. #

Patch Set 4 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -4 lines) Patch
M src/interpreter/bytecode-generator.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 2 3 3 chunks +8 lines, -4 lines 0 comments Download

Messages

Total messages: 20 (14 generated)
Michael Starzinger
4 years, 5 months ago (2016-07-25 13:43:10 UTC) #3
rmcilroy
LGTM, thanks. https://codereview.chromium.org/2176183002/diff/1/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/2176183002/diff/1/src/interpreter/bytecode-generator.cc#newcode273 src/interpreter/bytecode-generator.cc:273: generator()->loop_depth_--; // Decrement tracked loop depth. Not ...
4 years, 4 months ago (2016-07-26 09:28:52 UTC) #4
Michael Starzinger
https://codereview.chromium.org/2176183002/diff/1/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/2176183002/diff/1/src/interpreter/bytecode-generator.cc#newcode273 src/interpreter/bytecode-generator.cc:273: generator()->loop_depth_--; // Decrement tracked loop depth. On 2016/07/26 09:28:52, ...
4 years, 4 months ago (2016-07-26 09:46:02 UTC) #5
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/2176183002/60001
4 years, 4 months ago (2016-07-26 15:40:24 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-07-26 15:42:02 UTC) #18
commit-bot: I haz the power
4 years, 4 months ago (2016-07-26 15:44:58 UTC) #20
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/7bb24abe03b4ce00699a2d61284070e221f12fd5
Cr-Commit-Position: refs/heads/master@{#38064}

Powered by Google App Engine
This is Rietveld 408576698