Revision: 14609
Author: [email protected]
Date: Fri May 10 02:12:52 2013
Log: Turn on tracking of fields.
[email protected]
Review URL: https://chromiumcodereview.appspot.com/14807006
http://code.google.com/p/v8/source/detail?r=14609
Modified:
/branches/bleeding_edge/src/flag-definitions.h
=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Wed May 8 08:02:08 2013
+++ /branches/bleeding_edge/src/flag-definitions.h Fri May 10 02:12:52 2013
@@ -193,8 +193,8 @@
true,
"Optimize object size, Array shift, DOM strings and string +")
DEFINE_bool(pretenure_literals, true, "allocate literals in old space")
-DEFINE_bool(track_fields, false, "track fields with only smi values")
-DEFINE_bool(track_double_fields, false, "track fields with double values")
+DEFINE_bool(track_fields, true, "track fields with only smi values")
+DEFINE_bool(track_double_fields, true, "track fields with double values")
DEFINE_implication(track_double_fields, track_fields)
// Flags for data representation optimizations
--
--
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.