add missing #ifdef to handle systems without io_uring (details)
modify time test to deal with unfreed storage from putenv/tzset (details)
preclude aggregate/enumeration type declaration in trait body (details)
After a years (or at least half a year) the CodeLocation optimization is merged in. Added Symbol (using Racket's name for interned strings), and used it for CodeLocation file names. The optimizes for the high number of copies - both instances with the same value and copy operations - and consistently brings down runtime by a few percent. (details)
Commit
661e7b01f8a9a2c15670b1615d96ea489f11fbe8
by ajbeach
After a years (or at least half a year) the CodeLocation optimization is merged in. Added Symbol (using Racket's name for interned strings), and used it for CodeLocation file names. The optimizes for the high number of copies - both instances with the same value and copy operations - and consistently brings down runtime by a few percent.