• mstarzinger's avatar
    [compiler] Add baseline tier to compilation pipeline. · 3fc0224c
    mstarzinger authored
    This adds a baseline tier to the compilation pipeline. Currently this
    tier is used to model a path from the interpreter to optimized code via
    full-codegen code (to ensure sufficient type feedback). Switching from
    the unoptimized tier to the baseline tier is limited to happen only when
    there are no activations of the given function on the stack.
    
    R=rmcilroy@chromium.org,bmeurer@chromium.org
    
    Review URL: https://codereview.chromium.org/1903273004
    
    Cr-Commit-Position: refs/heads/master@{#35757}
    3fc0224c
runtime-profiler.h 1.01 KB