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

Unified Diff: src/ic.h

Issue 115744: This patch much improves our tracking of whether function is... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 7 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
Index: src/ic.h
===================================================================
--- src/ic.h (revision 2034)
+++ src/ic.h (working copy)
@@ -120,7 +120,8 @@
static void TraceIC(const char* type,
Handle<String> name,
State old_state,
- Code* new_target);
+ Code* new_target,
+ const char* updated_from = "");
Kasper Lund 2009/05/25 09:45:42 updated_from -> extra_info?
#endif
static Failure* TypeError(const char* type,

Powered by Google App Engine
This is Rietveld 408576698