• rmcilroy's avatar
    [complier] Enable parallel eager inner function compilation with compiler dispatcher. · f12661a1
    rmcilroy authored
    Enable enqueueing of eager inner function compilation onto the compiler
    dispatcher. This enables these tasks to be performed in parallel to
    compilation of the outer functio (only for Ignition functions).
    We currently synchronize to ensure all inner function compilations
     are complete before executing the outer function - future work will
    allow outer function execution to happenin parallel to inner function
    compilation.
    
    BUG=v8:5203,v8:5215
    
    Review-Url: https://codereview.chromium.org/2611313002
    Cr-Commit-Position: refs/heads/master@{#42413}
    f12661a1
Name
Last commit
Last update
..
bugs/harmony Loading commit data...
debug Loading commit data...
protocol Loading commit data...
regress Loading commit data...
wrapper Loading commit data...
debugger.gyp Loading commit data...
debugger.isolate Loading commit data...
debugger.status Loading commit data...
test-api.js Loading commit data...
testcfg.py Loading commit data...