[squeak-dev] The Trunk: EToys-fbs.104.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jul 25 07:24:31 UTC 2013


Frank Shearar uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-fbs.104.mcz

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

Name: EToys-fbs.104
Author: fbs
Time: 25 July 2013, 8:23:40.486 am
UUID: ef60b84b-050f-ea44-91c0-1fe3397b2058
Ancestors: EToys-fbs.103

SmalltalkImage current -> Smalltalk.

=============== Diff against EToys-fbs.103 ===============

Item was changed:
  ----- Method: KedamaMorph>>calcTurtlesCount (in category 'turtles') -----
  calcTurtlesCount
  
  	turtleCount := 0.
  	turtlesDict do: [:a | turtleCount := turtleCount + a size].
  
+ 	Smalltalk vmParameterAt: 5 put: ((turtleCount * 3) min: 16000 max: 4000).
+ 	Smalltalk vmParameterAt: 6 put: ((turtleCount * 6) min: 32000 max: 8000).
- 	SmalltalkImage current vmParameterAt: 5 put: ((turtleCount * 3) min: 16000 max: 4000).
- 	SmalltalkImage current vmParameterAt: 6 put: ((turtleCount * 6) min: 32000 max: 8000).
  !



More information about the Squeak-dev mailing list