-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in Fir compiler and simplify compilation and generated code
Fix a bug in the Fir to Pine compiler that caused a mismatch in parameter/argument count in some scenarios with nested declaration blocks. This commit also adds a regression test that failed with the previous compiler version. Since understanding how the lifting works turned out to be difficult, the winning approach does away with the lifting and flattening of declaration blocks entirely and instead introduces a new way of aggregating the environment for nested declaration blocks.
- Loading branch information
Showing
7 changed files
with
256 additions
and
814 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.