diff options
Diffstat (limited to '')
-rw-r--r-- | doc/running.html | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/doc/running.html b/doc/running.html index 8dd935aa..7870a5d9 100644 --- a/doc/running.html +++ b/doc/running.html | |||
@@ -86,15 +86,6 @@ POSIX systems or <tt>luajit.exe</tt> on Windows. It can be used to run simple | |||
86 | Lua statements or whole Lua applications from the command line. It has an | 86 | Lua statements or whole Lua applications from the command line. It has an |
87 | interactive mode, too. | 87 | interactive mode, too. |
88 | </p> | 88 | </p> |
89 | <p class="indent" style="color: #c00000;"> | ||
90 | Note: the beta test releases only install under the versioned name on | ||
91 | POSIX systems (to avoid overwriting a previous version). You either need | ||
92 | to type <tt>luajit-2.0.0-beta11</tt> to start it or create a symlink | ||
93 | with a command like this: | ||
94 | </p> | ||
95 | <pre class="code" style="color: #c00000;"> | ||
96 | sudo ln -sf luajit-2.0.0-beta11 /usr/local/bin/luajit | ||
97 | </pre> | ||
98 | 89 | ||
99 | <h2 id="options">Command Line Options</h2> | 90 | <h2 id="options">Command Line Options</h2> |
100 | <p> | 91 | <p> |
@@ -195,7 +186,7 @@ itself. For a description of their options and output format, please | |||
195 | read the comment block at the start of their source. | 186 | read the comment block at the start of their source. |
196 | They can be found in the <tt>lib</tt> directory of the source | 187 | They can be found in the <tt>lib</tt> directory of the source |
197 | distribution or installed under the <tt>jit</tt> directory. By default | 188 | distribution or installed under the <tt>jit</tt> directory. By default |
198 | this is <tt>/usr/local/share/luajit-2.0.0-beta11/jit</tt> on POSIX | 189 | this is <tt>/usr/local/share/luajit-2.0.0/jit</tt> on POSIX |
199 | systems. | 190 | systems. |
200 | </p> | 191 | </p> |
201 | 192 | ||
@@ -217,10 +208,6 @@ optimizations and higher numbers enable more optimizations. Omitting | |||
217 | the level (i.e. just <tt>-O</tt>) sets the default optimization level, | 208 | the level (i.e. just <tt>-O</tt>) sets the default optimization level, |
218 | which is <tt>-O3</tt> in the current version. | 209 | which is <tt>-O3</tt> in the current version. |
219 | </p> | 210 | </p> |
220 | <p style="font-size: 8pt;"> | ||
221 | Note: Unlike previous versions, <b>optimization is turned on by default</b> in | ||
222 | LuaJIT 2.0!<br>It's no longer necessary to use <tt>luajit -O</tt>. | ||
223 | </p> | ||
224 | <p> | 211 | <p> |
225 | The second form adds or removes individual optimization flags. | 212 | The second form adds or removes individual optimization flags. |
226 | The third form sets a parameter for the VM or the JIT compiler | 213 | The third form sets a parameter for the VM or the JIT compiler |