-
Notifications
You must be signed in to change notification settings - Fork 110
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.3380
Refactor stack zone initialization to provide an alternate initialization path through initStackPagesAndContinueInto:with:. This allows e.g. the threaded vm to allocate the stack zone on a thread other than the first VM thread. Fix a few more printf warnings in the StackInterpreter. Fix some pointer type waarnings. Slang: Fix a type inference issue with methodDictionaryHash:mask: by making its return type explicit. Fully elide assignments of a variable to itself to just a mention of the variable. Slang: make the default return type of CogStackPages void. Properly implement TAssignmentNode>>#hasEffect and hence eliminate the elision of the assignment hack in TAssignmentNode>>#emitCCodeOn:level:generator:. Misc: Filter out unused variables from clusteredVariableNames (which is for access to interpreter variables from the cogit).
- Loading branch information
1 parent
5dd00dc
commit c5bdc5f
Showing
83 changed files
with
2,558 additions
and
1,656 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
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.