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

Issue 2182183005: [interpreter] Support on-stack replacement in profiler. (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] Support on-stack replacement in profiler. This adds preliminary support for on-stack replacement from Ignition to optimized code generated by TurboFan to the runtime profiler. Involved heuristics (e.g. code size allowance) have been taken from existing code without any re-evaluation in the new setting. R=rmcilroy@chromium.org BUG=v8:4764 Committed: https://crrev.com/de244af9ba72f9707b9df18842fe351f2ab3164c Cr-Commit-Position: refs/heads/master@{#38159}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -18 lines) Patch
M src/interpreter/interpreter.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M src/runtime-profiler.cc View 1 4 chunks +38 lines, -8 lines 0 comments Download
M test/mjsunit/array-literal-transitions.js View 1 chunk +1 line, -0 lines 0 comments Download
M test/mjsunit/mjsunit.status View 2 chunks +0 lines, -8 lines 0 comments Download

Messages

Total messages: 20 (14 generated)
Michael Starzinger
4 years, 4 months ago (2016-07-27 10:36:27 UTC) #5
rmcilroy
LGTM with comments. https://codereview.chromium.org/2182183005/diff/1/src/runtime-profiler.cc File src/runtime-profiler.cc (right): https://codereview.chromium.org/2182183005/diff/1/src/runtime-profiler.cc#newcode281 src/runtime-profiler.cc:281: int ticks = shared->profiler_ticks(); no need ...
4 years, 4 months ago (2016-07-28 16:19:21 UTC) #8
Michael Starzinger
Thanks! Comments addressed. Will land tomorrow. https://codereview.chromium.org/2182183005/diff/1/src/runtime-profiler.cc File src/runtime-profiler.cc (right): https://codereview.chromium.org/2182183005/diff/1/src/runtime-profiler.cc#newcode281 src/runtime-profiler.cc:281: int ticks = ...
4 years, 4 months ago (2016-07-28 17:57:24 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/2182183005/20001
4 years, 4 months ago (2016-07-29 08:28:19 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-07-29 08:29:55 UTC) #18
commit-bot: I haz the power
4 years, 4 months ago (2016-07-29 08:32:27 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/de244af9ba72f9707b9df18842fe351f2ab3164c
Cr-Commit-Position: refs/heads/master@{#38159}

Powered by Google App Engine
This is Rietveld 408576698