Reviewers: bak, Description: Change the logging information for generated stubs to be consistent with the other log events for generated code.
Please review this at http://codereview.chromium.org/4033 Affected files: M src/code-stubs.cc Index: src/code-stubs.cc =================================================================== --- src/code-stubs.cc (revision 353) +++ src/code-stubs.cc (working copy) @@ -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 -~----------~----~----~----~------~----~------~--~---
