Comment 4 for bug 894241

Revision history for this message
Nikodemus Siivola (nikodemus) wrote :

Heh, from my perspective the killer features of DEFSTRUCT (and DEFSTRUCT constructors) are

- slot access speed
- potential for stack allocation
- additional type safety thanks (way, way easier for the compiler to derive types when defstructs are involved)
- unboxed slots