-
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.3197
adding pinning primitives (instantiate a pinned object in old space avoiding the overhead of allocating it in new space + become) adding uninitialized new primitives for 64 bits Spur (including lifting the single header word limitation in the jit) fix the mac profile plugin for 64 bit arm [Thnaks Tom Braun!!] Reassign primitive numbers for the new instantiation primitives: 580: pinned new 581: pinned new with arg 582: uninitialized new with arg Add the upscaleDisplayIfHighDPI flag to the VM. This is true by default. It is controlled by bit 8 of the Persistent image header flags, accessed via vmParameterAt: 48 [put:...]. This flag is present to enable new VMs to allow the image to do its own scaling while keeping on scaling older images unaware of the option.
- Loading branch information
1 parent
27657fe
commit cb310e4
Showing
65 changed files
with
20,942 additions
and
643 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.