Revision: 13630
Author:   [email protected]
Date:     Fri Feb  8 03:56:15 2013
Log:      Improve tracing of hydrogen stub compilation.

[email protected]

Review URL: https://codereview.chromium.org/12208088
http://code.google.com/p/v8/source/detail?r=13630

Modified:
 /branches/bleeding_edge/src/code-stubs-hydrogen.cc

=======================================
--- /branches/bleeding_edge/src/code-stubs-hydrogen.cc Tue Feb 5 00:09:32 2013 +++ /branches/bleeding_edge/src/code-stubs-hydrogen.cc Fri Feb 8 03:56:15 2013
@@ -76,8 +76,9 @@

 bool CodeStubGraphBuilderBase::BuildGraph() {
   if (FLAG_trace_hydrogen) {
+    const char* name = CodeStub::MajorName(stub()->MajorKey(), false);
PrintF("-----------------------------------------------------------\n");
-    PrintF("Compiling stub using hydrogen\n");
+    PrintF("Compiling stub %s using hydrogen\n", name);
     HTracer::Instance()->TraceCompilation(&info_);
   }
   HBasicBlock* next_block = graph()->CreateBasicBlock();

--
--
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.


Reply via email to