Note inlining perormance improvements

This commit is contained in:
Justin Ethier 2016-12-15 18:32:55 +00:00
parent 1c6388bfaf
commit 5caa43bb8a

View file

@ -3,6 +3,7 @@
Features: Features:
- Added SRFI 113 - sets and bags. - Added SRFI 113 - sets and bags.
- Improve performance by more aggressively inlining primitives that work with immutable objects, such as the numeric arithmetic and comparison functions.
- Allow the reader to recognize `#true` and `#false`. - Allow the reader to recognize `#true` and `#false`.
Bug Fixes Bug Fixes