 Chromium Code Reviews
 Chromium Code Reviews Issue 488017:
  Give the binary op stubs better names to make profiles more informative.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 488017:
  Give the binary op stubs better names to make profiles more informative.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/token.cc | 
| =================================================================== | 
| --- src/token.cc (revision 3439) | 
| +++ src/token.cc (working copy) | 
| @@ -32,13 +32,11 @@ | 
| namespace v8 { | 
| namespace internal { | 
| -#ifdef DEBUG | 
| #define T(name, string, precedence) #name, | 
| const char* Token::name_[NUM_TOKENS] = { | 
| TOKEN_LIST(T, T, IGNORE_TOKEN) | 
| }; | 
| #undef T | 
| -#endif | 
| #define T(name, string, precedence) string, |