Hi.
I try to trace what is going in full-codegen and I insert this code into v8:

void FullCodeGenerator::Generate() {
  CompilationInfo* info = info_;
  fprintf(stderr, "%s", info->GetDebugName().get());
  ...

But I've seen that many of function have empty name.
How can I print function name in full-codegen code?

-- 
-- 
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/d/optout.

Reply via email to