-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
basic: aggressively reduce diff between steps
Copy structural changes from high steps to low steps (mostly, split RE out of REP) in order to reduce the diffs (mostly, 3 to 4 which is already too large). On the contrary, remove similar backports that only increase the complexity of first steps without reducing the diffs: * push the environment in the stack in step2 (it does not change yet) * release env if not on top of the stack in step3 (not TCO yet) * ignoring metadata in steps4-9 (no metadata yet) Remove obsolete debug assignments from the start of DO_FUNCTION in step2. Reorder the load-file logic in steps6-A in order to reduce the diff between steps 9 and A. Aggressively remove differences in spaces and comments.
- Loading branch information
1 parent
7513bbf
commit 6ec776c
Showing
11 changed files
with
168 additions
and
212 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
Oops, something went wrong.