Chromium Code Reviews

Unified Diff: src/ic.h

Issue 5714001: Improve our type feedback by recogizining never-executed IC calls for binary ... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/ic.h
===================================================================
--- src/ic.h (revision 5952)
+++ src/ic.h (working copy)
@@ -545,6 +545,8 @@
void patch(Code* code);
+ void PatchInlinedSmiCode(Address address);
+
static const char* GetName(TypeInfo type_info);
static State ToState(TypeInfo type_info);
« src/ia32/full-codegen-ia32.cc ('K') | « src/ia32/ic-ia32.cc ('k') | src/ic.cc » ('j') | no next file with comments »

Powered by Google App Engine