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 -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/20200730125059.1b3%40sirmail.smtp.cs.utah.edu.
