| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Removes `Upval` class
- closing over upvalues is now done by creating new on-stack TValue objects
- No more `openupval` linked list
With this fix, upvalues from collected coroutines will no longer keep other values alive
Closes #44
|