-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CogVM source as per VMMaker.oscog-eem.3475
Fix bad regression introduced by VMMaker.oscog-eem.3444. Functions that use their arguments precisely once are better inlined, but incorrectly if their results are assigned to a variable. Don't simplify incorrectly in this case. This affects at least sendInvokeCallbackContext which eliminated the assignment to classTag, causing callbacks to fail.
- Loading branch information
1 parent
2fc2d0c
commit cfd1161
Showing
123 changed files
with
3,776 additions
and
3,035 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.