Added more description to inlining change

This commit is contained in:
Justin Ethier 2018-05-29 17:27:54 -04:00
parent f24c711f93
commit 096c70b79d

View file

@ -6,7 +6,7 @@ Features
- Added support for complex numbers. - Added support for complex numbers.
- When printing intermediate forms during debugging via `-t` Cyclone will now emit less verbose S-expressions for code in CPS form. To support this effort and make debugging easier, added helper functions `ast:ast->sexp`, `ast:sexp->ast`, and `ast:ast->pp-sexp` to `(scheme cyclone ast)`. - When printing intermediate forms during debugging via `-t` Cyclone will now emit less verbose S-expressions for code in CPS form. To support this effort and make debugging easier, added helper functions `ast:ast->sexp`, `ast:sexp->ast`, and `ast:ast->pp-sexp` to `(scheme cyclone ast)`.
- Avoid inlining function calls into named let loops. - Avoid inlining function calls into named let loops to improve performance of compiled code.
## 0.7.3 - May 7, 2018 ## 0.7.3 - May 7, 2018