forked from OpenSmalltalk/opensmalltalk-vm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cog VM source as per VMMaker.oscog-eem.2561
Fix a bug in followForwardedLiteralsIn:; whether the methodObject is young or not is important, and must be recorded. Fix Float nan comparison again... It was broken in VMMaker.oscog-nice.2557 The comment of broken method tells what it should do (and what it did), but no more what it does Fix awfull VM crash when testing [48 = $0] bench. genJumpImmediate: generates not one instruction but two (Compare + Jump). So we cannot use it as a jumpTarget (or we skip the Compare instruction!)
- Loading branch information
1 parent
f6d5541
commit d7a17fd
Showing
68 changed files
with
561 additions
and
586 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
Oops, something went wrong.