• rmcilroy's avatar
    [Parse] ParseInfo owns the parsing Zone. · 839b06b6
    rmcilroy authored
    Moves ownership of the parsing Zone to ParseInfo with a shared_ptr. This is
    in preperation for enabling background compilation jobs for inner functions
    share the AST in the outer-function's parse zone memory (read-only), with the
    and zone being released when all compilation jobs have completed.
    
    BUG=v8:5203,v8:5215
    
    Review-Url: https://codereview.chromium.org/2632123006
    Cr-Commit-Position: refs/heads/master@{#42539}
    839b06b6
Name
Last commit
Last update
..
compiler-dispatcher-job.cc Loading commit data...
compiler-dispatcher-job.h Loading commit data...
compiler-dispatcher-tracer.cc Loading commit data...
compiler-dispatcher-tracer.h Loading commit data...
compiler-dispatcher.cc Loading commit data...
compiler-dispatcher.h Loading commit data...
optimizing-compile-dispatcher.cc Loading commit data...
optimizing-compile-dispatcher.h Loading commit data...