-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use elaboration instances in the interpreter and JIT.
Rather than creating one continuation (channel queue) per Proc (Channel) IR object, one continuation (channel queue) is created per _instance_ of these IR objects. No functional change, but this lays the groundwork for the interpreter and JIT working with new-style procs with proc-scoped channels where channels and procs can be instantiated multiple times. PiperOrigin-RevId: 595811756
- Loading branch information
1 parent
a32cbfd
commit b06b78f
Showing
25 changed files
with
758 additions
and
350 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
Oops, something went wrong.