[Vm-dev] VM Maker: VMMaker.oscog-eem.1579.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Dec 12 01:54:57 UTC 2015


Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-eem.1579.mcz

==================== Summary ====================

Name: VMMaker.oscog-eem.1579
Author: eem
Time: 11 December 2015, 5:53:19.237 pm
UUID: 5fee3ea1-d520-4203-a63f-c73defa946e9
Ancestors: VMMaker.oscog-eem.1578

x64 Cogit: Now that 3+4 works properly in the reader image. set the default code size.  x64 in-line literal code is very close to +37% larger than x86.

=============== Diff against VMMaker.oscog-eem.1578 ===============

Item was added:
+ ----- Method: CogInLineLiteralsX64Compiler>>getDefaultCogCodeSize (in category 'accessing') -----
+ getDefaultCogCodeSize
+ 	"Answer the default number of bytes to allocate for native code at startup.
+ 	 The actual value can be set via vmParameterAt: and/or a preference in the ini file."
+ 	<inline: true>
+ 	^1024 * 1400!



More information about the Vm-dev mailing list