VM Maker: VMMaker.oscog-cb.2112.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: VMMaker.oscog-cb.2112.mcz

commits-2
 
ClementBera uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-cb.2112.mcz

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

Name: VMMaker.oscog-cb.2112
Author: cb
Time: 27 January 2017, 11:20:49.720702 am
UUID: da836ca3-c10f-45c5-afb4-e6f03a69ea3b
Ancestors: VMMaker.oscog-eem.2111

Fixed a bug where the CogVMFeatureFlags were converted twice to SmallInteger (in getCogVMFeatureFlags and in primitiveVMParameter), shifting 1 time too many the flags. Hence MULTIPLEBYTECODESETS flag was always true in the image while SUPPORTSWRITEBARRIER was true only if the VM supported multiple bytecode set.

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

Item was changed:
  ----- Method: StackInterpreterPrimitives>>primitiveVMParameter (in category 'system control primitives') -----
(excessive size, no diff calculated)