Note recent changes

This commit is contained in:
Justin Ethier 2018-11-09 17:01:14 -05:00
parent 70b1ac2e57
commit f95235f079

View file

@ -5,6 +5,7 @@
Features (notes) Features (notes)
- optimize recursive functions using C iteration - optimize recursive functions using C iteration
- combine lambda functions that are only called for side effects. - combine lambda functions that are only called for side effects.
- improve inlining of primitives that work with immutable objects.
Bug Fixes Bug Fixes