Revision: 16945
Author: [email protected]
Date: Wed Sep 25 15:13:10 2013 UTC
Log: Add trace output when recompilation queues are flushed.
[email protected]
BUG=
Review URL: https://codereview.chromium.org/24466003
http://code.google.com/p/v8/source/detail?r=16945
Modified:
/branches/bleeding_edge/src/optimizing-compiler-thread.cc
=======================================
--- /branches/bleeding_edge/src/optimizing-compiler-thread.cc Wed Sep 25
10:01:18 2013 UTC
+++ /branches/bleeding_edge/src/optimizing-compiler-thread.cc Wed Sep 25
15:13:10 2013 UTC
@@ -172,6 +172,9 @@
stop_semaphore_.Wait();
FlushOutputQueue(true);
if (FLAG_concurrent_osr) FlushOsrBuffer(true);
+ if (FLAG_trace_concurrent_recompilation) {
+ PrintF(" ** Flushed concurrent recompilation queues.\n");
+ }
}
--
--
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/groups/opt_out.