Revision: 18045
Author:   [email protected]
Date:     Mon Nov 25 12:21:00 2013 UTC
Log:      Enable global load elimination.

BUG=
[email protected]

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

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

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Mon Nov 25 06:44:23 2013 UTC +++ /branches/bleeding_edge/src/flag-definitions.h Mon Nov 25 12:21:00 2013 UTC
@@ -291,7 +291,7 @@
             "perform array index dehoisting")
 DEFINE_bool(analyze_environment_liveness, true,
             "analyze liveness of environment slots and zap dead values")
-DEFINE_bool(load_elimination, false, "use load elimination")
+DEFINE_bool(load_elimination, true, "use load elimination")
 DEFINE_bool(check_elimination, false, "use check elimination")
 DEFINE_bool(dead_code_elimination, true, "use dead code elimination")
 DEFINE_bool(fold_constants, true, "use constant folding")

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