Reviewers: ulan,
Message:
PTAL
Description:
Temporarily turn off tracking of fields for stability.
Please review this at https://chromiumcodereview.appspot.com/15686004/
SVN Base: https://v8.googlecode.com/svn/trunk
Affected files:
M src/flag-definitions.h
M src/version.cc
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index
58f29b4d9c295dc4f0a2a058797497d96a7d008d..e9ae38ea1f8c463313324bd8a4f0fc148f6fa359
100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -194,7 +194,7 @@ DEFINE_bool(clever_optimizations,
"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)
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
1428202fcb02dc903e11d131d4ee3810ec71cb4f..cec040ae467ef2aa8b0b659637da6854dc4574c8
100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -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.