Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: src/code-stubs.h

Issue 587213002: Fix serializing ICs. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebased Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/builtins.cc ('k') | src/serialize.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stubs.h
diff --git a/src/code-stubs.h b/src/code-stubs.h
index 3b31399a177c46d2541ebe55e0ff31b690c30bb9..8eda3e9e19ddb8624601c9fff07e6f9443062f2f 100644
--- a/src/code-stubs.h
+++ b/src/code-stubs.h
@@ -136,10 +136,10 @@ namespace internal {
class CodeStub BASE_EMBEDDED {
public:
enum Major {
+ NoCache = 0, // marker for stubs that do custom caching
mvstanton 2014/09/26 12:36:51 Could you add a TODO(mvstanton): eliminate the NoC
Yang 2014/09/26 13:51:01 Done.
#define DEF_ENUM(name) name,
CODE_STUB_LIST(DEF_ENUM)
#undef DEF_ENUM
- NoCache, // marker for stubs that do custom caching
NUMBER_OF_IDS
};
« no previous file with comments | « src/builtins.cc ('k') | src/serialize.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698