 Chromium Code Reviews
 Chromium Code Reviews Issue 437081:
  Added fast compiler support for calling JS runtime functions....  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 437081:
  Added fast compiler support for calling JS runtime functions....  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/compiler.cc | 
| =================================================================== | 
| --- src/compiler.cc (revision 3370) | 
| +++ src/compiler.cc (working copy) | 
| @@ -993,8 +993,6 @@ | 
| void CodeGenSelector::VisitCallRuntime(CallRuntime* expr) { | 
| - // In case of JS runtime function bail out. | 
| - if (expr->function() == NULL) BAILOUT("call JS runtime function"); | 
| // Check for inline runtime call | 
| if (expr->name()->Get(0) == '_' && | 
| CodeGenerator::FindInlineRuntimeLUT(expr->name()) != NULL) { |