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

commits at source.squeak.org commits at source.squeak.org
Thu Nov 28 22:50:03 UTC 2019


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

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

Name: VMMaker.oscog-eem.2597
Author: eem
Time: 28 November 2019, 2:49:55.799893 pm
UUID: 7a69be2e-f0d0-4d41-9854-65432d621fed
Ancestors: VMMaker.oscog-eem.2596

Spur:
Avoid inlining endCompaction to prevent duplication in compact.

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

Item was changed:
  ----- Method: SpurPlanningCompactor>>endCompaction (in category 'compaction') -----
  endCompaction
+ 	<inline: false>
  	manager
  		unmarkSurvivingObjectsForCompact;
  		endSlidingCompaction.
  	self repinRememberedSet.
  	self releaseSavedFirstFieldsSpace!



More information about the Vm-dev mailing list