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
Messages
Total messages: 16 (10 generated)
|