![]() Note that even the movement of operations like `unsafe-fl+` is constrained, since the operation can allocate. For example, a continuation captured in (let ([a (unsafe-fl+ x y)]) (call-with-composable-continuation ....) a) should return an `eq?` result. The compiler must not only refrain from moving the `unsafe-fl+` call, it must not mark `a` as a flonum binding, because that would cause the JIT to delay allocation of `a` until the return site. |
||
---|---|---|
.. | ||
collects | ||
src | ||
.gitignore |