Index: src/log.h |
diff --git a/src/log.h b/src/log.h |
index 3434b736f34598d66e451f39729aa679bb9f93de..d03f0d9d7aa5fc27557c4486fe61631b9f3b16d4 100644 |
--- a/src/log.h |
+++ b/src/log.h |
@@ -1,4 +1,4 @@ |
-// Copyright 2006-2008 the V8 project authors. All rights reserved. |
+// Copyright 2011 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -122,8 +122,10 @@ class Ticker; |
V(EVAL_TAG, "Eval") \ |
V(FUNCTION_TAG, "Function") \ |
V(KEYED_LOAD_IC_TAG, "KeyedLoadIC") \ |
+ V(KEYED_LOAD_MEGAMORPHIC_IC_TAG, "KeyedLoadMegamorphicIC") \ |
Mads Ager (chromium)
2011/05/12 09:42:47
Not introduced with your change, but can you right
danno
2011/06/01 13:16:08
Done.
|
V(KEYED_EXTERNAL_ARRAY_LOAD_IC_TAG, "KeyedExternalArrayLoadIC") \ |
V(KEYED_STORE_IC_TAG, "KeyedStoreIC") \ |
+ V(KEYED_STORE_MEGAMORPHIC_IC_TAG, "KeyedStoreMegamorphicIC") \ |
V(KEYED_EXTERNAL_ARRAY_STORE_IC_TAG, "KeyedExternalArrayStoreIC")\ |
V(LAZY_COMPILE_TAG, "LazyCompile") \ |
V(LOAD_IC_TAG, "LoadIC") \ |