• Jakob Gruber's avatar
    [nci] Also spawn NCI tasks for OSR requests · ec76fb0f
    Jakob Gruber authored
    In addition to normal optimization requests, it also makes sense to
    consider OSR requests. In that case, the function is definitely hot,
    and since we've seen it OSR (i.e. we spend a long time inside a loop
    in the interpreted function), immediately jumping into NCI code in
    future contexts would be great.
    
    Future work: support OSR from NCI to TF.
    
    Bug: v8:8888
    Change-Id: Iaa4c60bc0c2e1bf3dc067053bb7b50e9af51c0d1
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2448462
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Reviewed-by: 's avatarTobias Tebbi <tebbi@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#70364}
    ec76fb0f
runtime-compiler.cc 17.1 KB