Revision: 17103
Author:   [email protected]
Date:     Fri Oct  4 07:50:36 2013 UTC
Log: Disable weak embedded objects in optimized code because of failing test.

BUG=test/mjsunit/json.js fails
[email protected]

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

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

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Fri Oct 4 07:25:24 2013 UTC +++ /branches/bleeding_edge/src/flag-definitions.h Fri Oct 4 07:50:36 2013 UTC
@@ -511,7 +511,7 @@
             "garbage collect maps from which no objects can be reached")
 DEFINE_bool(weak_embedded_maps_in_optimized_code, true,
             "make maps embedded in optimized code weak")
-DEFINE_bool(weak_embedded_objects_in_optimized_code, true,
+DEFINE_bool(weak_embedded_objects_in_optimized_code, false,
             "make objects 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