aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index 29b2560..2636560 100644
--- a/README
+++ b/README
@@ -105,7 +105,7 @@ just a reminder for myself...):
105 export LIBRARY_PATH=.../local/lib 105 export LIBRARY_PATH=.../local/lib
106 export LD_LIBRARY_PATH=.../local/lib 106 export LD_LIBRARY_PATH=.../local/lib
107 107
108======================== 108=======================
109 Manual installation 109 Manual installation
110======================= 110=======================
111 111
@@ -117,4 +117,12 @@ LUA_CPATH. If you are not sure how this works, try creating
117 /usr/local/share/lua/5.1/lanes.lua 117 /usr/local/share/lua/5.1/lanes.lua
118 /usr/local/lib/lua/5.1/lanes/core.so 118 /usr/local/lib/lua/5.1/lanes/core.so
119 119
120=======================
121 Note about LuaJIT
122=======================
123By default LuaJIT2 provides an non-thread-safe memory allocator to improve performance.
124Of course this will break when running several Lua states concurrently.
125Don't forget to initialize Lanes with the 'protect_allocator' option (see documentation)
126if you experience random crash issues.
127
120(end) 128(end)