At 30 Jul 2020 14:34:20 -0400, "'John Clements' via Racket Developers" wrote:
> * Racket CS supports immobile objects via `make-immobile-bytevector`
> and `make-immobile-vector`.
Those are Scheme-level functions that are used to implement parts of
`ffi/unsafe`, such as `(malloc 'atomic-interior ...)`. I'd leave this
bullet out.
> * Racket CS for arm32le has threads enabled
Fold into the earlier bullet?
* Racket CS supports AArch32 and AArch64, including places and
futures. The implementation should be considered experimental in
this initial release, stable in all future releases.
Thanks!
Matthew