Released: Feb 8 2026
Changelog
- Bugfix in lbm_defrag_mem that could cause unnecessary runs of compaction.
- Bugfix in reader related to reading of ByteArrays and Arrays.
- Bugfix in GC related to Arrays (could cause issues with call-cc and usage of high level "lisp" arrays).
- Bugfix in set-assoc so that it will not try to modify constant values.
- Big refactor and "tightening up" of the reader code.
- Code size optimization for code that is not performance critical.
- Refactor of application_start and closure_application_args for efficiency and correctness.
- THIRD-PARTY-NOTICES.md gives credit to external code integrated into LBM.