| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
v4 = AllocateContext()It's a very interesting example where we end up with unnecessary contexts.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
v4 = AllocateContext()It's a very interesting example where we end up with unnecessary contexts.
Yeah, we should be able to capture `this` and other read-only variables by value and avoid allocating certain contexts. This is a future work, after switching to the new kernel AST encoding.
For mutable variable `i` we still need a context (unless closure call is inlined).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[modular_aot] Closures, part 2
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |