From 3d9938c6113a4b0f14461dd56b50b6c6c7a476a3 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 19 May 2017 00:30:11 +0300 Subject: [PATCH] Replace XXX_THREADS with GC_THREADS macro in scale.html (fix commit e559309) * doc/scale.html: Replace -DXXX_THREADS with -DGC_THREADS. --- doc/scale.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.40.0