[ANN][VM] Ephemerons for Squeak

John M McIntosh johnmci at smalltalkconsulting.com
Sat Aug 9 05:34:20 UTC 2003


Ok, I compiled a new vm, first this SUnit test fails

testEphemeronExtra
	| ephemeron key value |
	ephemeron := Ephemeron new: 2.
	self assert: ephemeron size = 2.

the assert fails because there are no implementors of size2 in the  
image.

Ephemeron >>size
	^super size2

mind if I change it to ^super size / 2
then all the tests pass.

--
======================================================================== 
===
John M. McIntosh <johnmci at smalltalkconsulting.com> 1-800-477-2659
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
======================================================================== 
===



More information about the Squeak-dev mailing list