]> granicus.if.org Git - gc/commitdiff
Some "Scheme" -> "Racket" changes and similar.
authorEli Barzilay <eli@barzilay.org>
Wed, 12 Oct 2011 08:51:55 +0000 (04:51 -0400)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 3 Nov 2013 10:25:36 +0000 (14:25 +0400)
Makefile.direct
Makefile.dj
Makefile.in

index 1ea687fb84d651d9f203c9440ab87fa2d64f460b..3e54569c24be537b2fb89089a772cb877caa9a11 100644 (file)
@@ -216,7 +216,7 @@ HOSTCFLAGS=$(CFLAGS)
 #   the headers to minimize object size, at the expense of checking for
 #   writes past the end of an object.  This is intended for environments
 #   in which most client code is written in a "safe" language, such as
-#   Scheme or Java.  Assumes that all client allocation is done using
+#   Racket or Java.  Assumes that all client allocation is done using
 #   the GC_debug_ functions, or through the macros that expand to these,
 #   or by redirecting malloc to GC_debug_malloc_replacement.
 #   (Also eliminates the field for the requested object size.)
index 4b0c7b48d705f6def3c82af5cc87440db5a64811..0dc8d41afd11f98ef41ae2a028e71c5f9cd5493c 100644 (file)
@@ -123,7 +123,7 @@ CFLAGS= -gstabs+ -O2 -I$(srcdir)/include -DATOMIC_UNCOLLECTABLE -DALL_INTERIOR_P
 #   the headers to minimize object size, at the expense of checking for
 #   writes past the end of an object.  This is intended for environments
 #   in which most client code is written in a "safe" language, such as
-#   Scheme or Java.  Assumes that all client allocation is done using
+#   Racket or Java.  Assumes that all client allocation is done using
 #   the GC_debug_ functions (or through the macros that expand to these.
 #   (Also eliminates the field for the requested object size.)
 #   occasionally be useful for debugging of client code.  Slows down the
index 05bbf0c8d882b9f1a32df00abfc0c467d7639542..1d4d29b2c5b49812ffcdba833fa44b7ba57c9e79 100644 (file)
@@ -219,7 +219,7 @@ HOSTCFLAGS=$(BASEFLAGS)
 #   the headers to minimize object size, at the expense of checking for
 #   writes past the end of an object.  This is intended for environments
 #   in which most client code is written in a "safe" language, such as
-#   Scheme or Java.  Assumes that all client allocation is done using
+#   Racket or Java.  Assumes that all client allocation is done using
 #   the GC_debug_ functions, or through the macros that expand to these,
 #   or by redirecting malloc to GC_debug_malloc_replacement.
 #   (Also eliminates the field for the requested object size.)