-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
different types for different speedy phases (#11605)
* Refactor speedy to distinuish SExpr types before/after ANF compilation phase CHANGELOG_BEGIN CHANGELOG_END * remove commment/marker left in error * make SExpr0 private to speedy * reinstate (non-pp) print of original expression in AnfTest faiure * avoid use of s./t. prefixes for expressions in SBuiltin; add 3 TODO markers * inline "runtime" apply methods of SDefinitionRef into sole caller: SBCallInterface * avoid use of t. prefix in SExpr0 * change s./t. prefix to source./target. * add comment to summarize differences between SExpr0 and SExpr
- Loading branch information
1 parent
44d604d
commit 2dd5289
Showing
22 changed files
with
782 additions
and
572 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
Oops, something went wrong.