=== Top of the Swiki === Attachments ===

PrimitiveNumberRegistry

You should consider this list obsolete as of the inclusion of named/external primitives; don't add VM internal prims anymore!




From the SqueakList

The attached fileIn, once it is incorporated in the VM, supports primitive indices as high as 2047. The current system uses indices 1-519, so slots 520-2047 are, in principle, free.

The actual parameters in this file only provide a table for 699, because the C compiler I use barfs on bigger tables, but the logic is all there and works at this size.