mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
Staging 0.9.2 release
This commit is contained in:
parent
7e59b77d35
commit
2df58e5818
1 changed files with 12 additions and 0 deletions
12
_posts/2018-08-26-Released-Cyclone-Scheme-0.9.2.md
Normal file
12
_posts/2018-08-26-Released-Cyclone-Scheme-0.9.2.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: Released Cyclone Scheme 0.9.2
|
||||||
|
excerpt: This release includes various performance enhancements.
|
||||||
|
---
|
||||||
|
|
||||||
|
Features
|
||||||
|
|
||||||
|
- During CPS optimization allow inlining of operations on global variables that are mutated in other top-level functions.
|
||||||
|
- Improved loop detection during CPS optimization phase.
|
||||||
|
- Allow optimizing-out of basic `if` expressions of the form `(if (pred? ...) #t #f)` into `(pred? ...)`.
|
||||||
|
- Perform slightly faster type checking for string, vector, and bytevector access functions.
|
Loading…
Add table
Reference in a new issue