 Chromium Code Reviews
 Chromium Code Reviews Issue 12781004:
  Refactoring Store ICs. A first step towards polymorphic store ICs.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 12781004:
  Refactoring Store ICs. A first step towards polymorphic store ICs.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/log.h | 
| diff --git a/src/log.h b/src/log.h | 
| index 27d517aa8ab87ba3a9a95255f7b60585b7f7d755..5c121bc31683ab694701838d73875cc89afe6593 100644 | 
| --- a/src/log.h | 
| +++ b/src/log.h | 
| @@ -139,6 +139,7 @@ class PositionsRecorder; | 
| V(REG_EXP_TAG, "RegExp") \ | 
| V(SCRIPT_TAG, "Script") \ | 
| V(STORE_IC_TAG, "StoreIC") \ | 
| + V(STORE_POLYMORPHIC_IC_TAG, "StorePolymorphicIC") \ | 
| V(STUB_TAG, "Stub") \ | 
| V(NATIVE_FUNCTION_TAG, "Function") \ | 
| V(NATIVE_LAZY_COMPILE_TAG, "LazyCompile") \ |