bootstrap

log church/runtime/hashtable.state

age author description
7 months ago John Leuner use inline call with dispatch matcher for 5 arg call (speed up parser)alpha-7
8 months ago John Leuner add code to cache the slot-count for object allocations in a hashtable (turns out to be slower than walking the class hierarchy)
8 months ago John Leuner experiment with a different function to alloc and zero memory (doesn't help us with performance, still have to zero small objects)
8 months ago John Leuner remove some debugging
8 months ago John Leuner new garbage collector, work in progress with assertions
8 months ago John Leuner new large heap implementation for garbage collector (work in progress)
8 months ago John Leuner remove debugging print statements
8 months ago John Leuner Add unsigned comparison operators and instructions
8 months ago John Leuner add second hash function for double-hashing (previously used linear probing)
8 months ago John Leuner work in progress
9 months ago John Leuner try a different hash function
9 months ago John Leuner first working version of two-key/two-value hash table
9 months ago John Leuner use new hashtable for constructing class hierarchy and labeling classes with indices
9 months ago John Leuner new ht implementation