-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dfmc-optimization: Fix missed if-computation optimizations
These changes fix missed cases where type-constrained values in if tests and instance? tests were substituted in the left (consequent) side of the if body computations, but not in the left side of the if merge. * sources/dfmc/optimization/assignment.dylan (maybe-rename-temporaries-in-conditional): Substitute the type-constrained value when the <if> test value appears in the left side of the <if-merge>. * sources/dfmc/optimization/calls.dylan (do-optimize-instance?-user): Substitute the type-constrained value when the <if> instance? test value appears in the left side of the <if-merge>.
- Loading branch information
Showing
2 changed files
with
16 additions
and
4 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