How to change your Squeak to 2 tag bits and more immediate classes

Hans-Martin Mosner
<hmm@heeg.de> (at work),
March 20, 1997
To do this, you need to be able to re-create your Squeak VM from the Smalltalk sources in Squeak. I've tried to make the process as easy as possible, and the changes to the VM should applicable even if you have modified it with your own primitives.

There are 4 files:



SmallCharacters and other funny and useful things are left as an exercise for the reader...

Have fun with this. I hope it will make it into the next Squeak release.

Hans-Martin