Commit ee7e7be3 authored by kasperl@chromium.org's avatar kasperl@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@358 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent c2ffa52f
...@@ -65,7 +65,7 @@ Handle<Code> CodeStub::GetCode() { ...@@ -65,7 +65,7 @@ Handle<Code> CodeStub::GetCode() {
// Add unresolved entries in the code to the fixup list. // Add unresolved entries in the code to the fixup list.
Bootstrapper::AddFixup(*code, &masm); Bootstrapper::AddFixup(*code, &masm);
LOG(CodeCreateEvent(GetName(), *code, "")); LOG(CodeCreateEvent("Stub", *code, GetName()));
Counters::total_stubs_code_size.Increment(code->instruction_size()); Counters::total_stubs_code_size.Increment(code->instruction_size());
#ifdef DEBUG #ifdef DEBUG
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment