| Index: runtime/vm/isolate_reload.cc
|
| diff --git a/runtime/vm/isolate_reload.cc b/runtime/vm/isolate_reload.cc
|
| index c375df3b8048c91b524acab028509d6a0b95a8ef..220e84a26765399f20d112efdff67c0e6ebe8c85 100644
|
| --- a/runtime/vm/isolate_reload.cc
|
| +++ b/runtime/vm/isolate_reload.cc
|
| @@ -1596,6 +1596,7 @@ class MarkFunctionsForRecompilation : public ObjectVisitor {
|
| handle_ = obj;
|
| if (handle_.IsFunction()) {
|
| const Function& func = Function::Cast(handle_);
|
| + // TODO(regis): Handle signature functions separately.
|
|
|
| // Switch to unoptimized code or the lazy compilation stub.
|
| func.SwitchToLazyCompiledUnoptimizedCode();
|
|
|