Revision: 13840
Author: [email protected]
Date: Wed Mar 6 06:55:59 2013
Log: Print dependent code in MapPrint.
[email protected]
Review URL: https://chromiumcodereview.appspot.com/12538002
http://code.google.com/p/v8/source/detail?r=13840
Modified:
/branches/bleeding_edge/src/objects-printer.cc
=======================================
--- /branches/bleeding_edge/src/objects-printer.cc Mon Mar 4 07:00:57 2013
+++ /branches/bleeding_edge/src/objects-printer.cc Wed Mar 6 06:55:59 2013
@@ -599,6 +599,8 @@
constructor()->ShortPrint(out);
PrintF(out, "\n - code cache: ");
code_cache()->ShortPrint(out);
+ PrintF(out, "\n - dependent code: ");
+ dependent_code()->ShortPrint(out);
PrintF(out, "\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/groups/opt_out.