• mstarzinger's avatar
    [compiler] Pass inlining_id via relocation info. · 32049620
    mstarzinger authored
    This passes the inlining_id of deoptimization points via the relocation
    info instead of via a side-channel to the CPU profiler. This is one step
    towards deprecating the side-channel in question and avoid the need for
    performing a lookup of the return address of the deopt point.
    
    R=jarin@chromium.org
    
    Review-Url: https://codereview.chromium.org/1956693002
    Cr-Commit-Position: refs/heads/master@{#36177}
    32049620
assembler.h 47 KB