Revision: 12838
Author: [email protected]
Date: Wed Oct 31 04:43:13 2012
Log: Fix tick processor to correctly handle the 'parallel-compiler'
tick.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/11347043
Patch from Rajeev Krithivasan <[email protected]>.
http://code.google.com/p/v8/source/detail?r=12838
Modified:
/branches/bleeding_edge/tools/tickprocessor.js
=======================================
--- /branches/bleeding_edge/tools/tickprocessor.js Mon Jul 16 04:00:44 2012
+++ /branches/bleeding_edge/tools/tickprocessor.js Wed Oct 31 04:43:13 2012
@@ -231,8 +231,9 @@
JS: 0,
GC: 1,
COMPILER: 2,
- OTHER: 3,
- EXTERNAL: 4
+ PARALLEL_COMPILER_PROLOGUE: 3,
+ OTHER: 4,
+ EXTERNAL: 5
};
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev