Revision: 14097
Author:   [email protected]
Date:     Thu Mar 28 09:31:02 2013
Log:      Merged r14010 into 3.17 branch.

Disable weak embedded maps because of crashes.

BUG=172489,217858

[email protected]

Review URL: https://codereview.chromium.org/13157003
http://code.google.com/p/v8/source/detail?r=14097

Modified:
 /branches/3.17/src/flag-definitions.h
 /branches/3.17/src/version.cc

=======================================
--- /branches/3.17/src/flag-definitions.h       Thu Feb 28 07:55:26 2013
+++ /branches/3.17/src/flag-definitions.h       Thu Mar 28 09:31:02 2013
@@ -423,7 +423,7 @@
             "it is adjusted.")
 DEFINE_bool(collect_maps, true,
             "garbage collect maps from which no objects can be reached")
-DEFINE_bool(weak_embedded_maps_in_optimized_code, true,
+DEFINE_bool(weak_embedded_maps_in_optimized_code, false,
             "make maps embedded in optimized code weak")
 DEFINE_bool(flush_code, true,
             "flush code that we expect not to use again (during full gc)")
=======================================
--- /branches/3.17/src/version.cc       Thu Feb 28 07:55:26 2013
+++ /branches/3.17/src/version.cc       Thu Mar 28 09:31:02 2013
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     17
 #define BUILD_NUMBER      6
-#define PATCH_LEVEL       0
+#define PATCH_LEVEL       1
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)
 #define IS_CANDIDATE_VERSION 0

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