Releases: js2xxx/ferroc
Releases · js2xxx/ferroc
v1.0.0-pre.1
What's Changed
- Detailed allocation errors are not obtainable anymore to reduce the result size.
error-log
can be enabled instead; - Thread-local variables now use a dedicated exponentially growing cache;
- Various optimizations on code generation, such as tail calls, hot/cold path splitting, and more;
- Incomplete statistics support & support for alignment larger than 1MB is temporarily removed. Will be added back in future releases;
- Add direct bins and delayed free lists (implementation details);
- Add support for C/C++ integration;
- Bump cbindgen from 0.24.5 to 0.26.0 by @dependabot in #3 .
Full Changelog: https://github.com/js2xxx/ferroc/commits/v1.0.0-pre.1