Revision: 20924
Author: [email protected]
Date: Thu Apr 24 08:27:23 2014 UTC
Log: Re-enable field type tracking by default.
[email protected]
Review URL: https://codereview.chromium.org/258443003
http://code.google.com/p/v8/source/detail?r=20924
Modified:
/branches/bleeding_edge/src/flag-definitions.h
=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Wed Apr 23 10:40:31 2014
UTC
+++ /branches/bleeding_edge/src/flag-definitions.h Thu Apr 24 08:27:23 2014
UTC
@@ -233,7 +233,7 @@
DEFINE_implication(track_double_fields, track_fields)
DEFINE_implication(track_heap_object_fields, track_fields)
DEFINE_implication(track_computed_fields, track_fields)
-DEFINE_bool(track_field_types, false, "track field types")
+DEFINE_bool(track_field_types, true, "track field types")
DEFINE_implication(track_field_types, track_fields)
DEFINE_implication(track_field_types, track_heap_object_fields)
DEFINE_bool(smi_binop, true, "support smi representation in binary
operations")
--
--
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.