VM Maker: Cog-eem.427.mcz

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

VM Maker: Cog-eem.427.mcz

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

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

Name: Cog-eem.427
Author: eem
Time: 10 November 2020, 1:33:07.49707 pm
UUID: 070d0057-5e06-4607-93dc-0a8c8da9e43e
Ancestors: Cog-eem.426

fullGCLock is obsolete.

=============== Diff against Cog-eem.426 ===============

Item was changed:
  ----- Method: CogScripts class>>readOnlyVars (in category 'separate vm scripts') -----
  readOnlyVars
+ ^#(#checkForLeaks #gcStartUsecs #memoryLimit #scavengeThreshold #youngStart
- ^#(#checkForLeaks #fullGCLock #gcStartUsecs #memoryLimit #scavengeThreshold #youngStart
  #statCompMoveCount #statFullGCUsecs #statFullGCs #statGCEndUsecs #statGrowMemory #statIGCDeltaUsecs
  #statIncrGCUsecs #statIncrGCs #statMarkCount #statMkFwdCount #statRootTableCount #statRootTableOverflows
  #statShrinkMemory #statSpecialMarkCount #statSurvivorCount #statSweepCount #statTenures)!