-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This makes the final step to activate swingset garbage collection (at least pieces covered by #3106): * implement kernel-side handling of the three GC syscalls (`dropImports`, `retireImports`, `retireExports`), some of which happens during translation, the remainder in `kernelSyscalls.js` * implement kernel-side translators for the GC deliveries (`dropExports`, `retireExports`, `retireImports`) * populate the GC Actions set during `processRefcounts()` * change `c.step()/run()` to execute any pending GC Action before consulting the run-queue * add test-gc-kernel.js to exercise basic checks Also, a few miscellaneous error messages were improved. closes #3109 refs #3106
- Loading branch information
Showing
8 changed files
with
341 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.