-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This replaces these two constructs with a single new construct (called, helpfully, `ModuleScope`). The difference is that the new construct can describe nested trees, thus making it suitable for handling perspectives (and later submodules). At this stage, register allocation is now working again with perspectives. I've chosen to retain backwards compatibility in terms of naming with the original corset. The issue is around the naming of registers which arise from coalescing perspective columns. The names currently do not include the perspective name, and this means they can potentially clash. However, clashing is not a critical issue at this time, since it will always result in the generated Trace.java file containing a syntax error.
- Loading branch information
1 parent
2d37d7e
commit 819f808
Showing
23 changed files
with
773 additions
and
366 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.