Revision: 13666
Author:   [email protected]
Date:     Thu Feb 14 02:07:01 2013
Log:      Enable weak embedded maps in optimized code by default.

[email protected]

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

Modified:
 /branches/bleeding_edge/src/flag-definitions.h

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h      Wed Feb 13 01:23:30 2013
+++ /branches/bleeding_edge/src/flag-definitions.h      Thu Feb 14 02:07:01 2013
@@ -415,7 +415,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, false,
+DEFINE_bool(weak_embedded_maps_in_optimized_code, true,
             "make maps embedded in optimized code weak")
 DEFINE_bool(flush_code, true,
             "flush code that we expect not to use again (during full gc)")

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