From: Ivan Maidanski Date: Thu, 18 May 2017 21:30:11 +0000 (+0300) Subject: Replace XXX_THREADS with GC_THREADS macro in scale.html X-Git-Tag: v8.0.0~736 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d9938c6113a4b0f14461dd56b50b6c6c7a476a3;p=gc Replace XXX_THREADS with GC_THREADS macro in scale.html (fix commit e559309) * doc/scale.html: Replace -DXXX_THREADS with -DGC_THREADS. --- diff --git a/doc/scale.html b/doc/scale.html index 4d4fc7cb..8fe1e60e 100644 --- a/doc/scale.html +++ b/doc/scale.html @@ -6,8 +6,7 @@

Garbage collector scalability

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 --DXXX-THREADS compilation +by building the collector with -DGC_THREADS compilation flag. This has primarily two effects:
  1. It causes the garbage collector to stop all other threads when