v8/test/debugger/debug/ignition
rmcilroy 6d42c4504a [complier] Enable parallel eager inner function compilation with compiler dispatcher.
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@{#42667}
2017-01-25 22:41:57 +00:00
..
debug-break-mixed-stack.js [debug-wrapper] Conditional breaks, locals, evaluate, scopes 2016-11-11 12:08:34 +00:00
debug-break-on-stack.js [debugger] Migrate more debugger tests to inspector 2016-11-08 10:39:08 +00:00
debug-break.js [debugger] Migrate more debugger tests to inspector 2016-11-08 10:39:08 +00:00
debug-scope-on-return.js [debugger] Migrate more debugger tests to inspector 2016-11-08 10:39:08 +00:00
debug-step-mixed-stack.js [debug-wrapper] Conditional breaks, locals, evaluate, scopes 2016-11-11 12:08:34 +00:00
debug-step-prefix-bytecodes.js [complier] Enable parallel eager inner function compilation with compiler dispatcher. 2017-01-25 22:41:57 +00:00
debugger-statement.js [complier] Enable parallel eager inner function compilation with compiler dispatcher. 2017-01-25 22:41:57 +00:00
elided-instruction.js [debug-wrapper] Further extend the debug wrapper 2016-11-16 08:34:44 +00:00
optimized-debug-frame.js [debug-wrapper] Further extend the debug wrapper 2016-11-16 08:34:44 +00:00