summaryrefslogtreecommitdiffstats
path: root/struct.c
Commit message (Expand)AuthorAgeFilesLines
...
* Support for reverse order in finalization.Kaz Kylheku2015-10-011-1/+1
* Implementation of static slots for structures.Kaz Kylheku2015-09-291-35/+273
* Fix failure of struct.c to compile as C++.Kaz Kylheku2015-09-041-16/+9
* Slot cache fix: zero is a valid slot index.Kaz Kylheku2015-09-021-2/+2
* Fix incorrect finalization of struct-type.Kaz Kylheku2015-09-021-14/+20
* equal comparison and hashing for structs.Kaz Kylheku2015-09-011-2/+36
* struct: 4-way set associative slot caches.Kaz Kylheku2015-08-301-10/+54
* Introducing structs.Kaz Kylheku2015-09-021-0/+450