-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate fewer defunctionalization symbols for local definitions
We can exploit the fact that defunctionalization symbols are never partially applied to local variables to generate fewer defunctionalization symbols for definitions where local variables are in scope. I've written up the details in a new part of `Note [Defunctionalization game plan] (Wrinkle 1: Partial kinds)` in `D.S.TH.Promote.Defun`. This has no effect on any user-visible behavior—it is just an optimization. Fixes #592.
- Loading branch information
1 parent
44edc38
commit 38822be
Showing
24 changed files
with
798 additions
and
2,287 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.