| Index: src/deoptimizer.cc
|
| ===================================================================
|
| --- src/deoptimizer.cc (revision 8124)
|
| +++ src/deoptimizer.cc (working copy)
|
| @@ -58,9 +58,6 @@
|
| }
|
| }
|
|
|
| -
|
| -// We rely on this function not causing a GC. It is called from generated code
|
| -// without having a real stack frame in place.
|
| Deoptimizer* Deoptimizer::New(JSFunction* function,
|
| BailoutType type,
|
| unsigned bailout_id,
|
| @@ -354,8 +351,6 @@
|
| }
|
|
|
|
|
| -// We rely on this function not causing a GC. It is called from generated code
|
| -// without having a real stack frame in place.
|
| void Deoptimizer::DoComputeOutputFrames() {
|
| if (bailout_type_ == OSR) {
|
| DoComputeOsrOutputFrame();
|
|
|