Index: src/deoptimizer.cc |
=================================================================== |
--- src/deoptimizer.cc (revision 8110) |
+++ src/deoptimizer.cc (working copy) |
@@ -58,6 +58,9 @@ |
} |
} |
+ |
+// 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, |
@@ -351,6 +354,8 @@ |
} |
+// 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(); |