VM Maker: VMMaker.oscogSPP-eem.2091.mcz

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

VM Maker: VMMaker.oscogSPP-eem.2091.mcz

commits-2
 
Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscogSPP-eem.2091.mcz

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

Name: VMMaker.oscogSPP-eem.2091
Author: eem
Time: 13 January 2017, 6:17:45.3282 pm
UUID: 8df2d889-5c88-4a52-b3f4-c94b29b0ef80
Ancestors: VMMaker.oscog-eem.2090

Temporary ranch for SpurPlanningCompactor as default compactor.

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

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])!

Reply | Threaded
Open this post in threaded view
|

Re: VM Maker: VMMaker.oscogSPP-eem.2091.mcz

Eliot Miranda-2
 
oops, this is a spelling rorer.  Should be VMMaker.oscogSPC-eem.2091.  But never mind as this should be temporary and the new compactor should become the default in a few days.  Please test if at all possible.

On Fri, Jan 13, 2017 at 6:18 PM, <[hidden email]> wrote:

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

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

Name: VMMaker.oscogSPP-eem.2091
Author: eem
Time: 13 January 2017, 6:17:45.3282 pm
UUID: 8df2d889-5c88-4a52-b3f4-c94b29b0ef80
Ancestors: VMMaker.oscog-eem.2090

Temporary ranch for SpurPlanningCompactor as default compactor.

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

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])!




--
_,,,^..^,,,_
best, Eliot