Reviewers: Benedikt Meurer,
Message:
Committed patchset #1 manually as r17284.
Description:
Revert "Enable load elimination."
This reverts commit r17281.
[email protected]
Committed: https://code.google.com/p/v8/source/detail?r=17284
Please review this at https://codereview.chromium.org/32113002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -1 lines):
M src/flag-definitions.h
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index
8048e9053faf94a88da7c7a397e85664f78e74b7..45f0c7273dd8f4ec6b63951661b1194f2dbbb833
100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -293,7 +293,7 @@ DEFINE_bool(array_index_dehoisting, true,
"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.