• rmcilroy's avatar
    [Interpreter] Log source positions for bytecode arrays. · d5820158
    rmcilroy authored
    Add support to log source position offsets to the profiler. As part of
    this change PositionsRecorder is split into two, with the subset needed
    by log.cc moved into log.h and the remainder kept in assembler.h as
    AssemblerPositionsRecorder. The interpreter's source position table
    builder is updated to log positions when the profiler is active.
    
    BUG=v8:4766
    LOG=N
    
    Review URL: https://codereview.chromium.org/1737043002
    
    Cr-Commit-Position: refs/heads/master@{#34416}
    d5820158
Name
Last commit
Last update
..
OWNERS Loading commit data...
assembler-x87-inl.h Loading commit data...
assembler-x87.cc Loading commit data...
assembler-x87.h Loading commit data...
builtins-x87.cc Loading commit data...
code-stubs-x87.cc Loading commit data...
code-stubs-x87.h Loading commit data...
codegen-x87.cc Loading commit data...
codegen-x87.h Loading commit data...
cpu-x87.cc Loading commit data...
deoptimizer-x87.cc Loading commit data...
disasm-x87.cc Loading commit data...
frames-x87.cc Loading commit data...
frames-x87.h Loading commit data...
interface-descriptors-x87.cc Loading commit data...
macro-assembler-x87.cc Loading commit data...
macro-assembler-x87.h Loading commit data...
simulator-x87.cc Loading commit data...
simulator-x87.h Loading commit data...