Added a note about more efficient closure calls

This commit is contained in:
Justin Ethier 2021-06-07 13:28:35 -04:00
parent 5f8b8f9f40
commit a4ef5b20b6

View file

@ -5,6 +5,7 @@
Features Features
- Improve performance of runtime by more efficiently unboxing known fixnums. - Improve performance of runtime by more efficiently unboxing known fixnums.
- Improve performance of compiled code slightly by using more efficient closure calls when possible.
- Add support for R7RS `#d` decimal specifier for numbers. - Add support for R7RS `#d` decimal specifier for numbers.
Bug Fixes Bug Fixes