Revision: 14740
Author:   [email protected]
Date:     Wed May 22 00:43:12 2013
Log:      Temporarily turn off tracking of fields for stability.

[email protected]

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

Modified:
 /trunk/src/flag-definitions.h
 /trunk/src/version.cc

=======================================
--- /trunk/src/flag-definitions.h       Fri May 17 06:39:16 2013
+++ /trunk/src/flag-definitions.h       Wed May 22 00:43:12 2013
@@ -194,7 +194,7 @@
             "Optimize object size, Array shift, DOM strings and string +")
 DEFINE_bool(pretenure_literals, true, "allocate literals in old space")
 DEFINE_bool(track_fields, true, "track fields with only smi values")
-DEFINE_bool(track_double_fields, true, "track fields with double values")
+DEFINE_bool(track_double_fields, false, "track fields with double values")
DEFINE_bool(track_heap_object_fields, true, "track fields with heap values")
 DEFINE_implication(track_double_fields, track_fields)
 DEFINE_implication(track_heap_object_fields, track_fields)
=======================================
--- /trunk/src/version.cc       Fri May 17 06:39:16 2013
+++ /trunk/src/version.cc       Wed May 22 00:43:12 2013
@@ -34,7 +34,7 @@
 // system so their names cannot be changed without changing the scripts.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     19
-#define BUILD_NUMBER      2
+#define BUILD_NUMBER      3
 #define PATCH_LEVEL       0
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)

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