• loislo's avatar
    CPUProfiler: Push deopt reason further to ProfileNode. · ce8701b2
    loislo authored
    1) create beefy RelocInfo table when cpu profiler is active, so if a function
    was optimized when profiler was active RelocInfo would get separate DeoptInfo
    for the each deopt case.
    
    2) push DeoptInfo from CodeEntry to ProfileNode.
    When deopt happens we put the info collected on #1 into CodeEntry and record stack sample.
    On the sampling thread we grab the deopt data and append it to the corresponding ProfileNode deopts list.
    
    Sample profile dump.
    [Top down]:
        0  (root) 0 #1
        1     29 #2
        5      test 29 #3
        3        opt_function 29 #4
                     deopted at 52 with reason 'not a heap number'
                     deopted at 71 with reason 'division by zero'
    
    BUG=452067
    LOG=n
    
    Review URL: https://codereview.chromium.org/919953002
    
    Cr-Commit-Position: refs/heads/master@{#26615}
    ce8701b2
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...