diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 | ======================= | ||
123 | By default LuaJIT2 provides an non-thread-safe memory allocator to improve performance. | ||
124 | Of course this will break when running several Lua states concurrently. | ||
125 | Don't forget to initialize Lanes with the 'protect_allocator' option (see documentation) | ||
126 | if you experience random crash issues. | ||
127 | |||
120 | (end) | 128 | (end) |