• pierre.langlois's avatar
    [gn] Allow building a snapshot with unwinding information. · 73ab0f4b
    pierre.langlois authored
    Add a new "v8_perf_prof_unwinding_info" option to gn that translates to building
    the snapshot with "--perf-prof-unwinding-info". It allows unwinding TF generated
    code from the snapshot.
    
    Additionally, add a warning if one uses the option along with a snapshot which
    was not build with unwinding information.
    
    Running tests in this configuration revealed an issue in the checks performed
    when accessing the stub cache. We would assume that the `Code::Flags` bitfield
    only contains the `Kind` and `ExtraICState` fields, when there is also a
    `HasUnwindingInfo` field which can now be set for stubs.
    
    BUG=
    
    Review-Url: https://codereview.chromium.org/2887783002
    Cr-Commit-Position: refs/heads/master@{#45477}
    73ab0f4b
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
x87 Loading commit data...
OWNERS Loading commit data...
access-compiler-data.h Loading commit data...
access-compiler.cc Loading commit data...
access-compiler.h Loading commit data...
accessor-assembler.cc Loading commit data...
accessor-assembler.h Loading commit data...
binary-op-assembler.cc Loading commit data...
binary-op-assembler.h Loading commit data...
call-optimization.cc Loading commit data...
call-optimization.h Loading commit data...
handler-compiler.cc Loading commit data...
handler-compiler.h Loading commit data...
handler-configuration-inl.h Loading commit data...
handler-configuration.h Loading commit data...
ic-inl.h Loading commit data...
ic-state.cc Loading commit data...
ic-state.h Loading commit data...
ic-stats.cc Loading commit data...
ic-stats.h Loading commit data...
ic.cc Loading commit data...
ic.h Loading commit data...
keyed-store-generic.cc Loading commit data...
keyed-store-generic.h Loading commit data...
stub-cache.cc Loading commit data...
stub-cache.h Loading commit data...