-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor matching to use comparison trees instead of linear lookup
Improve compilation speed Do not overwrite .ll files if the result did not change, write the result to .ll.temp instead, to facilitate build systems which depend on file timestamps (for example, MSBuild) Make [dynamic] built-in dynamize values instead of marking them dirty Fix aggressive caching that leads to variables having old values after being updated by reference Fix that variables created with newVarOfTheSameType do not destruct properly Fix that debug information provides the wrong location before function entry Fix that predicates do not compile properly inside of a loop
- Loading branch information
1 parent
109f0ca
commit dad5182
Showing
17 changed files
with
1,391 additions
and
912 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
Oops, something went wrong.