Revision: 19368
Author: [email protected]
Date: Fri Feb 14 09:12:39 2014 UTC
Log: A64: Prevent repeated restoring of root in gap resolver
BUG=
[email protected]
Review URL: https://codereview.chromium.org/164353002
http://code.google.com/p/v8/source/detail?r=19368
Modified:
/branches/bleeding_edge/src/a64/lithium-gap-resolver-a64.cc
=======================================
--- /branches/bleeding_edge/src/a64/lithium-gap-resolver-a64.cc Wed Feb 12
09:19:30 2014 UTC
+++ /branches/bleeding_edge/src/a64/lithium-gap-resolver-a64.cc Fri Feb 14
09:12:39 2014 UTC
@@ -81,6 +81,7 @@
if (need_to_restore_root_) {
ASSERT(kSavedValue.Is(root));
__ InitializeRootRegister();
+ need_to_restore_root_ = false;
}
moves_.Rewind(0);
--
--
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.