mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-08 05:27:33 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
488cdf26cc
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
|
||||||
- Faster record type constructors
|
- Faster record type constructors.
|
||||||
- During compilation, validate the number of arguments passed to local function calls.
|
- During compilation, validate the number of arguments passed to local function calls.
|
||||||
- Added the `-use-unsafe-prims` compiler option to allow generating faster code for certain primitives at the expense of runtime checks.
|
- Added the `-use-unsafe-prims` compiler option to generate faster code for certain primitives by eliminating runtime safety checks.
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ Bug Fixes
|
||||||
|
|
||||||
Internals
|
Internals
|
||||||
|
|
||||||
- When including an internal `.scm` file used by the compiler, check the current directory before the system directory.
|
- When including an internal `.scm` file used by the compiler, check the current directory before the system directory. This makes it easier to work on certain compiler modules.
|
||||||
|
|
||||||
## 0.11.5 - October 30, 2019
|
## 0.11.5 - October 30, 2019
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue