Fix a bad commit due to an svn merge error.

Review URL: http://codereview.chromium.org/368007

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3232 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent debb5f8b
...@@ -600,10 +600,6 @@ CodeGenSelector::CodeGenTag CodeGenSelector::Select(FunctionLiteral* fun) { ...@@ -600,10 +600,6 @@ CodeGenSelector::CodeGenTag CodeGenSelector::Select(FunctionLiteral* fun) {
} }
} }
if (scope->num_heap_slots() != 0) {
if (FLAG_trace_bailout) PrintF("function has context slots\n");
return NORMAL;
}
if (scope->arguments() != NULL) { if (scope->arguments() != NULL) {
if (FLAG_trace_bailout) PrintF("function uses 'arguments'\n"); if (FLAG_trace_bailout) PrintF("function uses 'arguments'\n");
return NORMAL; return NORMAL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment