From f11867fe6b201b03f8ab52bfcc1d23d1401c627b Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 31 Aug 2017 02:12:06 +0300 Subject: [PATCH] Fix typo in 'scale' documentation file (Cherry-pick commit c875884 from 'master' branch.) * doc/scale.html (Options for enhanced scalability): Fix a typo ("be replaced"). --- doc/scale.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scale.html b/doc/scale.html index 30d54539..ae40ccf1 100644 --- a/doc/scale.html +++ b/doc/scale.html @@ -64,7 +64,7 @@ locking. The thread-local free lists are refilled using GC_malloc_many.

An important side effect of this flag is to replace the default -spin-then-sleep lock to be replace by a spin-then-queue based implementation. +spin-then-sleep lock to be replaced by a spin-then-queue based implementation. This reduces performance for the standard allocation functions, though it usually improves performance when thread-local allocation is used heavily, and thus the number of short-duration lock acquisitions -- 2.40.0