Author: [EMAIL PROTECTED]
Date: Tue Sep 23 00:33:08 2008
New Revision: 358

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

Log:
Change the logging information for generated stubs to be
consistent with the other log events for generated code.
Review URL: http://codereview.chromium.org/4033

Modified: branches/bleeding_edge/src/code-stubs.cc
==============================================================================
--- branches/bleeding_edge/src/code-stubs.cc    (original)
+++ branches/bleeding_edge/src/code-stubs.cc    Tue Sep 23 00:33:08 2008
@@ -65,7 +65,7 @@
      // Add unresolved entries in the code to the fixup list.
      Bootstrapper::AddFixup(*code, &masm);

-    LOG(CodeCreateEvent(GetName(), *code, ""));
+    LOG(CodeCreateEvent("Stub", *code, GetName()));
      Counters::total_stubs_code_size.Increment(code->instruction_size());

  #ifdef DEBUG

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to