diff options
author | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2013-07-20 09:14:38 +0200 |
---|---|---|
committer | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2013-07-20 09:14:38 +0200 |
commit | d9cab463ac5d9539092fde03b22905f76f06844b (patch) | |
tree | a7425c2f916e176e189f8e533293f2fe2f6f8147 | |
parent | df29f9fc22fb7a2827ae5396aeb8127636f6ece4 (diff) | |
download | lanes-d9cab463ac5d9539092fde03b22905f76f06844b.tar.gz lanes-d9cab463ac5d9539092fde03b22905f76f06844b.tar.bz2 lanes-d9cab463ac5d9539092fde03b22905f76f06844b.zip |
Update 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) |