Revision: 17284
Author:   [email protected]
Date:     Mon Oct 21 09:36:55 2013 UTC
Log:      Revert "Enable load elimination."

This reverts commit r17281.

[email protected]

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

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

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Mon Oct 21 09:24:29 2013 UTC +++ /branches/bleeding_edge/src/flag-definitions.h Mon Oct 21 09:36:55 2013 UTC
@@ -293,7 +293,7 @@
             "perform array index dehoisting")
 DEFINE_bool(analyze_environment_liveness, true,
             "analyze liveness of environment slots and zap dead values")
-DEFINE_bool(load_elimination, true, "use load elimination")
+DEFINE_bool(load_elimination, false, "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