mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-13 07:47:39 +02:00
Revised 0.11.6 section
This commit is contained in:
parent
c30bf50b5d
commit
a3c63632a3
1 changed files with 2 additions and 1 deletions
|
@ -6,13 +6,14 @@ Features
|
|||
|
||||
- Faster record type constructors
|
||||
- During compilation, validate the number of arguments passed to local function calls.
|
||||
- Added `-use-unsafe-prims` compiler option to allow generating faster code at the expense of runtime checks.
|
||||
- Added the `-use-unsafe-prims` compiler option to allow generating faster code for certain primitives at the expense of runtime checks.
|
||||
|
||||
Bug Fixes
|
||||
|
||||
- Fixed `integer?` such that if `x` is an inexact real number, then `(integer? x)` is true if and only if `(= x (round x))`, per R7RS.
|
||||
|
||||
Internals
|
||||
|
||||
- When including an internal `.scm` file used by the compiler, check the current directory before the system directory.
|
||||
|
||||
## 0.11.5 - October 30, 2019
|
||||
|
|
Loading…
Add table
Reference in a new issue