From 9ca8629df1fef15bd70bc16f06742731903c8c54 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 6 Nov 2018 20:37:20 +0100 Subject: Documentation tweak --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 237b1cc..aa12a36 100644 --- a/docs/index.html +++ b/docs/index.html @@ -324,7 +324,7 @@ nil/false/true - (Since v3.5.2) If equal to true, Lanes wraps all calls to the state's allocator function inside a mutex. Lanes autodetects this value for LuaJIT (the guess might be wrong if "ffi" isn't loaded though). + (Since v3.5.2) If equal to true, Lanes wraps all calls to the state's allocator function inside a mutex. Since v3.6.3, when left unset, Lanes attempts to autodetect this value for LuaJIT (the guess might be wrong if "ffi" isn't loaded though). Default is true when Lanes detects it is run by LuaJIT, else nil. -- cgit v1.2.3-55-g6feb