]> granicus.if.org Git - gc/commitdiff
Replace XXX_THREADS with GC_THREADS macro in scale.html
authorIvan Maidanski <ivmai@mail.ru>
Thu, 18 May 2017 21:30:11 +0000 (00:30 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 18 May 2017 21:30:11 +0000 (00:30 +0300)
(fix commit e559309)

* doc/scale.html: Replace -DXXX_THREADS with -DGC_THREADS.

doc/scale.html

index 4d4fc7cb9547150ac1702ca3358ade31b47f6366..8fe1e60e6113cc1454a63604ad233fb4293bce73 100644 (file)
@@ -6,8 +6,7 @@
 <H1>Garbage collector scalability</h1>
 In its default configuration, the Boehm-Demers-Weiser garbage collector
 is not thread-safe.  It can be made thread-safe for a number of environments
-by building the collector with the appropriate
-<TT>-D</tt><I>XXX</i><TT>-THREADS</tt> compilation
+by building the collector with <TT>-DGC_THREADS</tt> compilation
 flag.  This has primarily two effects:
 <OL>
 <LI> It causes the garbage collector to stop all other threads when