Revision: 21750
Author: [email protected]
Date: Tue Jun 10 18:54:28 2014 UTC
Log: Temporarily disable uint32 mode for comparisons
BUG=v8:3380
LOG=n
[email protected]
Review URL: https://codereview.chromium.org/323103002
http://code.google.com/p/v8/source/detail?r=21750
Modified:
/branches/bleeding_edge/src/hydrogen-uint32-analysis.cc
=======================================
--- /branches/bleeding_edge/src/hydrogen-uint32-analysis.cc Tue Jun 3
08:12:43 2014 UTC
+++ /branches/bleeding_edge/src/hydrogen-uint32-analysis.cc Tue Jun 10
18:54:28 2014 UTC
@@ -62,6 +62,7 @@
}
}
} else if (use->IsCompareNumericAndBranch()) {
+ return false; // TODO(svenpanne/3380): Fix and re-enable!
HCompareNumericAndBranch* c = HCompareNumericAndBranch::cast(use);
return IsUint32Operation(c->left()) && IsUint32Operation(c->right());
}
--
--
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/d/optout.