From d9cab463ac5d9539092fde03b22905f76f06844b Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Sat, 20 Jul 2013 09:14:38 +0200 Subject: Update README --- README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 29b2560..2636560 100644 --- a/README +++ b/README @@ -105,7 +105,7 @@ just a reminder for myself...): export LIBRARY_PATH=.../local/lib export LD_LIBRARY_PATH=.../local/lib -======================== +======================= Manual installation ======================= @@ -117,4 +117,12 @@ LUA_CPATH. If you are not sure how this works, try creating /usr/local/share/lua/5.1/lanes.lua /usr/local/lib/lua/5.1/lanes/core.so +======================= + Note about LuaJIT +======================= +By default LuaJIT2 provides an non-thread-safe memory allocator to improve performance. +Of course this will break when running several Lua states concurrently. +Don't forget to initialize Lanes with the 'protect_allocator' option (see documentation) +if you experience random crash issues. + (end) -- cgit v1.2.3-55-g6feb