Index: src/code-stubs.h |
diff --git a/src/code-stubs.h b/src/code-stubs.h |
index 3b31399a177c46d2541ebe55e0ff31b690c30bb9..b127782c6e4821374a0776b03a6c60903742fcc6 100644 |
--- a/src/code-stubs.h |
+++ b/src/code-stubs.h |
@@ -136,10 +136,12 @@ namespace internal { |
class CodeStub BASE_EMBEDDED { |
public: |
enum Major { |
+ // TODO(mvstanton): eliminate the NoCache key by getting rid |
+ // of the non-monomorphic-cache. |
+ NoCache = 0, // marker for stubs that do custom caching] |
#define DEF_ENUM(name) name, |
CODE_STUB_LIST(DEF_ENUM) |
#undef DEF_ENUM |
- NoCache, // marker for stubs that do custom caching |
NUMBER_OF_IDS |
}; |