| Index: src/runtime.cc
|
| ===================================================================
|
| --- src/runtime.cc (revision 11126)
|
| +++ src/runtime.cc (working copy)
|
| @@ -8123,14 +8123,6 @@
|
| ASSERT(*arguments != isolate->heap()->undefined_value());
|
| }
|
| frame->SetExpression(i, *arguments);
|
| - if (FLAG_trace_deopt) {
|
| - PrintF("Materializing arguments object for frame %p - %p: %p ",
|
| - reinterpret_cast<void*>(frame->sp()),
|
| - reinterpret_cast<void*>(frame->fp()),
|
| - reinterpret_cast<void*>(*arguments));
|
| - arguments->ShortPrint();
|
| - PrintF("\n");
|
| - }
|
| }
|
| }
|
| }
|
|
|