VM Maker: VMMaker.oscog-eemSPC.2099.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-eemSPC.2099.mcz

commits-2
 
Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-eemSPC.2099.mcz

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

Name: VMMaker.oscog-eemSPC.2099
Author: eem
Time: 17 January 2017, 10:06:45.351628 am
UUID: 74a50e5f-5233-4d76-bc2e-e6e2f9370cb9
Ancestors: VMMaker.oscog-eem.2099

Temporary branch for SpurPlanningCompactor as default compactor.  Otherwise the same as VMMaker.oscog-eem.2099.

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

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: [#SpurPlanningCompactor])!
- ^Smalltalk classNamed: (initializationOptions at: #compactorClass ifAbsent: [#SpurPigCompactor])!