[squeak-dev] The Trunk: Collections-dtl.119.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Aug 26 01:45:57 UTC 2009


David T. Lewis uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-dtl.119.mcz

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

Name: Collections-dtl.119
Author: dtl
Time: 25 August 2009, 9:44:26 am
UUID: 77a05c36-56b5-4835-8e70-54b34f30c025
Ancestors: Collections-rss.118

Reference Mantis 7221: Remove some leftover VMMaker methods from base images.
Remove several C code generation methods that have previously been recategorized to the VMMaker package.

=============== Diff against Collections-rss.118 ===============

Item was removed:
- ----- Method: ArrayedCollection class>>ccg:generateCoerceToOopFrom:on: (in category 'plugin generation') -----
- ccg: cg generateCoerceToOopFrom: aNode on: aStream
- 
- 	self instSize > 0 ifTrue: 
- 		[self error: 'cannot auto-coerce arrays with named instance variables'].
- 	cg generateCoerceToObjectFromPtr: aNode on: aStream!

Item was removed:

Item was removed:
- ----- Method: ArrayedCollection class>>ccg:generateCoerceToValueFrom:on: (in category 'plugin generation') -----
- ccg: cg generateCoerceToValueFrom: aNode on: aStream
- 
- 	cg 
- 		generateCoerceToPtr: (self ccgDeclareCForVar: '')
- 		fromObject: aNode on: aStream!




More information about the Squeak-dev mailing list