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

Issue 2445203003: [Interpreter] Tune runtime profiler parameters for turbofan and OSR. (Closed)

Created:
4 years, 1 month ago by mythria
Modified:
4 years, 1 month ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Interpreter] Tune runtime profiler parameters for turbofan and OSR. Turbofan requires a different tuning when compared to crankshaft. Crankshaft typically has faster compilation times when compared to turbofan. Hence, added a new parameter, so that crankshaft and turbofan can be tuned independently. OSRing too soon is not good for performance, especially for sunspider benchmarks. Since they are really small functions and optimizing them is more expensive than just executing unoptimized code. Tuning the code size threshold of the functions that can be OSRed from ignition. BUG=v8:4280, chromium:659111 Committed: https://crrev.com/46a1b34e863aae2d67fc0c69c7bfd3e8b5fc967f Cr-Commit-Position: refs/heads/master@{#40598}

Patch Set 1 #

Patch Set 2 : Resetting the values for crankshaft pipeline for OSR. #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -4 lines) Patch
M src/interpreter/interpreter.h View 1 chunk +1 line, -1 line 1 comment Download
M src/runtime-profiler.cc View 1 4 chunks +7 lines, -3 lines 3 comments Download

Messages

Total messages: 16 (10 generated)
mythria
Hi Benedikt and Ross, This cl is to tune runtime profile metrics to help both ...
4 years, 1 month ago (2016-10-26 08:17:16 UTC) #8
Benedikt Meurer
LGTM, thanks.
4 years, 1 month ago (2016-10-26 08:37:36 UTC) #9
rmcilroy
LGTM thanks!
4 years, 1 month ago (2016-10-26 14:19:13 UTC) #10
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/2445203003/20001
4 years, 1 month ago (2016-10-26 16:31:01 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-10-26 16:32:36 UTC) #14
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:14:26 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/46a1b34e863aae2d67fc0c69c7bfd3e8b5fc967f
Cr-Commit-Position: refs/heads/master@{#40598}

Powered by Google App Engine
This is Rietveld 408576698