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