mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
map/for-each optimization
This commit is contained in:
parent
f3c83e42a4
commit
540c5463f6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Features
|
||||||
- Arthur Maciel added instructions for building Cyclone on FreeBSD.
|
- Arthur Maciel added instructions for building Cyclone on FreeBSD.
|
||||||
- Added support for delays and promises to `(cyclone concurrent)`. Note functions/macros for both types of objects are prefixed with `shared-` to differentiate them from R7RS definitions from `(scheme lazy)`.
|
- Added support for delays and promises to `(cyclone concurrent)`. Note functions/macros for both types of objects are prefixed with `shared-` to differentiate them from R7RS definitions from `(scheme lazy)`.
|
||||||
- Added platform (linux, bsd, etc) to the list of emitted by `(features)` and to the features recognized by `cond-expand`.
|
- Added platform (linux, bsd, etc) to the list of emitted by `(features)` and to the features recognized by `cond-expand`.
|
||||||
- Optimize compilation of `vector` for five arguments or less.
|
- Optimize compilation of `vector` for five arguments or less, and compilation of `map` / `for-each` with two list arguments.
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue