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

Levente Uzonyi leves at caesar.elte.hu
Wed Feb 15 17:55:54 UTC 2017


Does this mean that the new compactor will be used by new VMs built by 
the CI?
I downloaded cog_linux64x64_squeak.cog.spur_201702150128.tar.gz and found 
that it doesn't contain any plugins, so I suppose something went wrong 
with that build.

Levente

On Tue, 14 Feb 2017, commits at source.squeak.org wrote:

> 
> Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
> http://source.squeak.org/VMMaker/VMMaker.oscog-eem.2129.mcz
>
> ==================== Summary ====================
>
> Name: VMMaker.oscog-eem.2129
> Author: eem
> Time: 14 February 2017, 3:23:53.789991 pm
> UUID: f39cb56a-835d-4d70-b824-3d86c8bd25d2
> Ancestors: VMMaker.oscogSPC-eem.2129, VMMaker.oscog-rsf.2128
>
> Merge with VMMaker.oscogSPC-eem.2129
>
> =============== Diff against VMMaker.oscogSPC-eem.2129 ===============
>
> Item was changed:
>  ----- Method: SpurMemoryManager class>>compactorClass (in category 'accessing class hierarchy') -----
>  compactorClass
>  	"Answer the compaction algorithm to use."
> + 	^Smalltalk classNamed: (initializationOptions at: #compactorClass ifAbsent: [#SpurPigCompactor])!
> - 	^Smalltalk classNamed: (initializationOptions at: #compactorClass ifAbsent: [#SpurPlanningCompactor])!


More information about the Vm-dev mailing list