Revision: 15183
Author:   [email protected]
Date:     Mon Jun 17 09:10:01 2013
Log:      Emit deprecated check for constant function transitions.

[email protected]

Review URL: https://chromiumcodereview.appspot.com/17287003
http://code.google.com/p/v8/source/detail?r=15183

Modified:
 /branches/bleeding_edge/src/objects-inl.h

=======================================
--- /branches/bleeding_edge/src/objects-inl.h   Fri Jun 14 09:06:12 2013
+++ /branches/bleeding_edge/src/objects-inl.h   Mon Jun 17 09:10:01 2013
@@ -3624,6 +3624,9 @@
         details.representation().IsHeapObject()) {
       return true;
     }
+    if (FLAG_track_fields && details.type() == CONSTANT_FUNCTION) {
+      return true;
+    }
   }
   return false;
 }

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


Reply via email to