-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The primary motivations for the rewrite was to inhibit unnecessary inlining by the compiler from the previous reification method. In addition, this rewrite vastly reduces memory complexity of the compilation and improves compiler throughput as well. Template instantiations are aggressively avoided where possible, and work will continue in this direction. As of this commit, testing is still missing in PGA and a few operations are missing, but the nuts and bolts of the framework are now here.
- Loading branch information
Showing
38 changed files
with
4,346 additions
and
4,274 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.