Revision: 8273
Author:   [email protected]
Date:     Tue Jun 14 02:10:39 2011
Log: Always print the deoptimization data when disassembling the generated code

[email protected]

BUG=none
TEST=none

Review URL: http://codereview.chromium.org//7003093
http://code.google.com/p/v8/source/detail?r=8273

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

=======================================
--- /branches/bleeding_edge/src/objects.cc      Thu Jun  9 03:03:35 2011
+++ /branches/bleeding_edge/src/objects.cc      Tue Jun 14 02:10:39 2011
@@ -7056,7 +7056,6 @@
   Disassembler::Decode(out, this);
   PrintF(out, "\n");

-#ifdef DEBUG
   if (kind() == FUNCTION) {
     DeoptimizationOutputData* data =
         DeoptimizationOutputData::cast(this->deoptimization_data());
@@ -7067,7 +7066,6 @@
     data->DeoptimizationInputDataPrint(out);
   }
   PrintF("\n");
-#endif

   if (kind() == OPTIMIZED_FUNCTION) {
     SafepointTable table(this);

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to