Revision: 24887
Author: [email protected]
Date: Sun Oct 26 10:44:57 2014 UTC
Log: Handle noi18n in deopt.
[email protected]
BUG=
Review URL: https://codereview.chromium.org/670023003
https://code.google.com/p/v8/source/detail?r=24887
Modified:
/branches/bleeding_edge/src/compiler/linkage.cc
=======================================
--- /branches/bleeding_edge/src/compiler/linkage.cc Sun Oct 26 10:24:49
2014 UTC
+++ /branches/bleeding_edge/src/compiler/linkage.cc Sun Oct 26 10:44:57
2014 UTC
@@ -155,7 +155,6 @@
case Runtime::kFunctionBindArguments:
case Runtime::kGetDefaultReceiver:
case Runtime::kGetFrameCount:
- case Runtime::kGetImplFromInitializedIntlObject:
case Runtime::kGetOwnProperty:
case Runtime::kGetOwnPropertyNames:
case Runtime::kGetPropertyNamesFast:
@@ -204,6 +203,9 @@
case Runtime::kThrow:
case Runtime::kTypedArraySetFastCases:
case Runtime::kTypedArrayInitializeFromArrayLike:
+#ifdef V8_I18N_SUPPORT
+ case Runtime::kGetImplFromInitializedIntlObject:
+#endif
return true;
default:
return false;
--
--
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.