 Chromium Code Reviews
 Chromium Code Reviews Issue 11412125:
  Add parallel recompilation time to histogram and plot execution pause times.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 11412125:
  Add parallel recompilation time to histogram and plot execution pause times.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/v8globals.h | 
| diff --git a/src/v8globals.h b/src/v8globals.h | 
| index 95390adcf69a7d445f18276189b9e5b447d3ab9a..f09e84e927efcd340948f3c544d984fb11e85364 100644 | 
| --- a/src/v8globals.h | 
| +++ b/src/v8globals.h | 
| @@ -355,7 +355,7 @@ struct AccessorDescriptor { | 
| V(JS) \ | 
| V(GC) \ | 
| V(COMPILER) \ | 
| - V(PARALLEL_COMPILER_PROLOGUE) \ | 
| + V(PARALLEL_COMPILER) \ | 
| V(OTHER) \ | 
| V(EXTERNAL) |