Revision: 21392
Author: [email protected]
Date: Tue May 20 17:12:18 2014 UTC
Log: Disable ArrayShift hydrogen support
BUG=chromium:374838
LOG=y
[email protected]
Review URL: https://codereview.chromium.org/295983003
http://code.google.com/p/v8/source/detail?r=21392
Modified:
/branches/bleeding_edge/src/hydrogen.cc
=======================================
--- /branches/bleeding_edge/src/hydrogen.cc Tue May 20 13:03:25 2014 UTC
+++ /branches/bleeding_edge/src/hydrogen.cc Tue May 20 17:12:18 2014 UTC
@@ -7927,6 +7927,10 @@
return true;
}
case kArrayShift: {
+ // Something in here seems to be causing crbug.com/374838.
+ // TODO(bmeurer): Investigate the problem and re-enable this code.
+ return false;
+
if (receiver_map.is_null()) return false;
if (receiver_map->instance_type() != JS_ARRAY_TYPE) return false;
ElementsKind kind = receiver_map->elements_kind();
--
--
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.