Reviewers: Michael Starzinger,
Message:
Please take a look.
Description:
Enable weak embedded maps in optimized code by default.
[email protected]
Please review this at https://chromiumcodereview.appspot.com/12263031/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M src/flag-definitions.h
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index
fa38773bb07cf0b3dc46c8dd5404df38db5cdf36..7fc4741c0b60fca8f304ba95857d0f71009b2fdd
100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -415,7 +415,7 @@ DEFINE_bool(trace_external_memory, false,
"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.