mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 23:37:38 +02:00
Added more description to inlining change
This commit is contained in:
parent
f24c711f93
commit
096c70b79d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue