[squeak-dev] The Trunk: Kernel-ar.462.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jun 15 05:10:50 UTC 2010


Andreas Raab uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-ar.462.mcz

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

Name: Kernel-ar.462
Author: ar
Time: 14 June 2010, 10:09:55.587 pm
UUID: 88f629c7-3e53-f146-8fca-29f31e151dd4
Ancestors: Kernel-ar.461

TranslatedMethod can go, too.

=============== Diff against Kernel-ar.461 ===============

Item was removed:
- ----- Method: TranslatedMethod class>>initialize (in category 'class initialization') -----
- initialize
- 	self becomeCompact.
- 	Smalltalk recreateSpecialObjectsArray.
- 	Smalltalk specialObjectsArray size = 56
- 		ifFalse: [self error: 'Please check size of special objects array!!']!

Item was removed:
- ArrayedCollection variableSubclass: #TranslatedMethod
- 	instanceVariableNames: ''
- 	classVariableNames: ''
- 	poolDictionaries: ''
- 	category: 'Kernel-Methods'!




More information about the Squeak-dev mailing list