mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Inlining of char comparison functions
This commit is contained in:
parent
2accd479c9
commit
9849ea285b
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ Features
|
|||
- Allow a library to export identifiers that are exported by another library. Previously a library could only export identifiers that it defined directly.
|
||||
- Raise an error if an unknown identifier is found in a library's `export` list.
|
||||
- Aric Belsito removed a hardcoded call to `cyclone` from the Makefile when building `generate-c`. Thanks!
|
||||
- Allow `cyclone` to inline character comparison functions (`char=?`, etc) when only two arguments are present, for a significant speed improvement.
|
||||
|
||||
Bug Fixes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue