Revision: 22868
Author: [email protected]
Date: Tue Aug 5 12:32:49 2014 UTC
Log: Tag handlers as monomorphic
BUG=
[email protected]
Review URL: https://codereview.chromium.org/444623002
http://code.google.com/p/v8/source/detail?r=22868
Modified:
/branches/bleeding_edge/src/code-stubs.h
/branches/bleeding_edge/src/type-info.h
=======================================
--- /branches/bleeding_edge/src/code-stubs.h Tue Aug 5 11:22:29 2014 UTC
+++ /branches/bleeding_edge/src/code-stubs.h Tue Aug 5 12:32:49 2014 UTC
@@ -901,6 +901,7 @@
public:
virtual Code::Kind GetCodeKind() const { return Code::HANDLER; }
virtual ExtraICState GetExtraICState() const { return kind(); }
+ virtual InlineCacheState GetICState() { return MONOMORPHIC; }
protected:
explicit HandlerStub(Isolate* isolate)
=======================================
--- /branches/bleeding_edge/src/type-info.h Tue Jul 22 14:27:53 2014 UTC
+++ /branches/bleeding_edge/src/type-info.h Tue Aug 5 12:32:49 2014 UTC
@@ -14,7 +14,6 @@
namespace internal {
// Forward declarations.
-class ICStub;
class SmallMapList;
--
--
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.