 Chromium Code Reviews
 Chromium Code Reviews Issue 10746:
  Track loop nesting across function calls when the function...  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 10746:
  Track loop nesting across function calls when the function...  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/runtime.cc | 
| =================================================================== | 
| --- src/runtime.cc (revision 751) | 
| +++ src/runtime.cc (working copy) | 
| @@ -5088,7 +5088,7 @@ | 
| if (!done) { | 
| // If the candidate is not compiled compile it to reveal any inner | 
| // functions which might contain the requested source position. | 
| - CompileLazyShared(target, KEEP_EXCEPTION); | 
| + CompileLazyShared(target, KEEP_EXCEPTION, 0); | 
| } | 
| } |