Revision: 23971
Author:   [email protected]
Date:     Tue Sep 16 10:42:54 2014 UTC
Log:      Allow trace-codegen to dereference handles.

This fixes --print-all-code for some tests.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/574673002
https://code.google.com/p/v8/source/detail?r=23971

Modified:
 /branches/bleeding_edge/src/codegen.cc

=======================================
--- /branches/bleeding_edge/src/codegen.cc      Tue Sep  9 10:33:33 2014 UTC
+++ /branches/bleeding_edge/src/codegen.cc      Tue Sep 16 10:42:54 2014 UTC
@@ -116,6 +116,7 @@
           CodeStub::MajorName(info->code_stub()->MajorKey(), true);
       PrintF("%s", name == NULL ? "<unknown>" : name);
     } else {
+      AllowDeferredHandleDereference allow_deference_for_trace;
       PrintF("%s", info->function()->debug_name()->ToCString().get());
     }
     PrintF("]\n");

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