 Chromium Code Reviews
 Chromium Code Reviews Issue 10912146:
  Finish implementing lazy deoptimization (ia32, x64). Ran tests with --deoptimize-alot.  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
    
  
    Issue 10912146:
  Finish implementing lazy deoptimization (ia32, x64). Ran tests with --deoptimize-alot.  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/| Index: runtime/vm/stub_code.h | 
| =================================================================== | 
| --- runtime/vm/stub_code.h (revision 12092) | 
| +++ runtime/vm/stub_code.h (working copy) | 
| @@ -30,6 +30,7 @@ | 
| V(CallClosureFunction) \ | 
| V(FixCallersTarget) \ | 
| V(Deoptimize) \ | 
| + V(DeoptimizeLazy) \ | 
| V(BreakpointStatic) \ | 
| V(BreakpointReturn) \ | 
| V(Subtype1TestCache) \ |