mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 23:37:38 +02:00
Noted string function speedup
This commit is contained in:
parent
88998757db
commit
a9c6f7acc9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Features
|
|||
- During CPS optimization allow inlining of operations on global variables that are mutated in other top-level functions.
|
||||
- Improved loop detection during CPS optimization phase.
|
||||
- Allow optimizing-out of basic `if` expressions of the form `(if (pred? ...) #t #f)` into `(pred? ...)`.
|
||||
- Perform slightly faster type checking for vector and bytevector access functions.
|
||||
- Perform slightly faster type checking for string, vector, and bytevector access functions.
|
||||
|
||||
Bug Fixes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue