Reviewers: Michael Starzinger,

Description:
[turbofan] Enable concurrent (re)compilation.

Refactor the TurboFan pipeline to allow for concurrent recompilation in
the same way that Crankshaft does it. For now we limit the concurrent
phases to scheduling, instruction selection, register allocation and
jump threading.

[email protected]

Please review this at https://codereview.chromium.org/1179393008/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+190, -103 lines):
  M src/compiler.h
  M src/compiler.cc
  M src/compiler/node-properties.h
  M src/compiler/pipeline.h
  M src/compiler/pipeline.cc
  M src/compiler/scheduler.cc
  M src/optimizing-compile-dispatcher.cc


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to