-
-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor GC trace generation in the compiler
- Add a new trace pattern, static tracing. This is used when tracing a nominal type in order to trace it in the most efficient way possible (type in the sending context and capability in the receiving context). - Enhance dynamic tracing of nominal types with that same type/capability logic. - Trace boxed tuples correctly.
- Loading branch information
Benoit Vey
committed
Feb 15, 2017
1 parent
ab41349
commit 05bf6e4
Showing
8 changed files
with
250 additions
and
116 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
Oops, something went wrong.