• Mythri A's avatar
    [compiler] Cache OSR optimized code · cfb10028
    Mythri A authored
    With lazy feedback allocation, for functions that get OSRed we may
    not have feedback for the initial part of the functions since feedback
    vectors might be allocated after the function started executing. Hence
    we would not be able to optimize the function on the next call. This
    means we may have to OSR twice before we actually optimize function.
    This cl introduces OSR cache, so we could reuse the optimized code. One
    side effect of this cl is that the OSRed code won't be function context
    specialized anymore.
    
    Bug: chromium:987523
    Change-Id: Ic1e2abca85ccfa0a66a0fa83f7247392cc1e7cb2
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1796329
    Commit-Queue: Mythri Alle <mythria@chromium.org>
    Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
    Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#64014}
    cfb10028
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...