-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cps, cps/environment: only desym environment fields (#73)
* cps, cps/environment: only desym environment access This is a WIP commit. Experiments shows that we only have to desym due to issues in environment definition and access. Upstream bug: nim-lang/Nim#17851 This commit disable blanket desymification and only perform them on environment as a workaround for the mentioned bug, which fixes the foreign symbol tests. * cps: disable blanket desym with comments * cps: nicer getCallSym interface * cps/environment: don't desym Env type The better fix in #72 removed the need for this 🎉. * cps/[environment, spec]: added genField for generating object fields A proper workaround for nim-lang/Nim#17851, which lets us remove the desym injections into cps/environment. * cps: cater getCallSym to reviews * cps/spec: English is hard
- Loading branch information
Showing
4 changed files
with
41 additions
and
38 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