Chromium Code Reviews| Index: runtime/vm/stub_code_ia32.cc |
| =================================================================== |
| --- runtime/vm/stub_code_ia32.cc (revision 32913) |
| +++ runtime/vm/stub_code_ia32.cc (working copy) |
| @@ -1222,6 +1222,9 @@ |
| } |
| +// TODO(regis): This stub is not called anymore to allocate regular closures, |
| +// but only implicit instance closures. Simplify. |
| + |
| // Called for inline allocation of closures. |
| // Input parameters: |
| // ESP + 8 : receiver (null if not an implicit instance closure). |