 Chromium Code Reviews
 Chromium Code Reviews Issue 10807024:
  Optimize functions on a second thread.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 10807024:
  Optimize functions on a second thread.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/runtime.h | 
| diff --git a/src/runtime.h b/src/runtime.h | 
| index c5c8bcbd6951a7a1fc757d514706c8f0566016c8..da78c268ae962e2a591a2f7debc1737455285839 100644 | 
| --- a/src/runtime.h | 
| +++ b/src/runtime.h | 
| @@ -86,6 +86,7 @@ namespace internal { | 
| F(NewStrictArgumentsFast, 3, 1) \ | 
| F(LazyCompile, 1, 1) \ | 
| F(LazyRecompile, 1, 1) \ | 
| + F(ParallelRecompile, 1, 1) \ | 
| F(NotifyDeoptimized, 1, 1) \ | 
| F(NotifyOSR, 0, 1) \ | 
| F(DeoptimizeFunction, 1, 1) \ |