From b9770f6869eac292696b12ca30c875ddf2dd1b03 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 29 Jun 2020 16:23:00 -0600 Subject: [PATCH] cs: remove outdated porting note --- racket/src/cs/README.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/racket/src/cs/README.txt b/racket/src/cs/README.txt index 89e47ba859..7668d1bd13 100644 --- a/racket/src/cs/README.txt +++ b/racket/src/cs/README.txt @@ -399,12 +399,6 @@ behaves in several different ways: receiving values in a callback), the received pointer must correspond to the content of a byte string or vector. - * Calling a foreign function implicitly uses atomic mode and also - disables GC. If the foreign function calls back to Racket, the - callback runs in atomic mode with the GC still disabled. Use the - `blocking?` option for a foreign call or callback to adjuse that - behavior. - * An immobile cell must be modified only through its original pointer or a reconstructed `_gcpointer`. If it is cast or reconstructed as a `_pointer`, setting the cell will not cooperate correctly with