summaryrefslogtreecommitdiff
path: root/doc/running.html
diff options
context:
space:
mode:
authorMike Pall <mike>2012-10-16 20:13:01 +0200
committerMike Pall <mike>2012-10-16 20:13:01 +0200
commit4baa01be78e5b9132ec94763126e01d82ab56626 (patch)
tree059681f210caacb645101e39cd8a1d146e4ac3a6 /doc/running.html
parenta0f83f6b9610cfed1c3a3b161fe715c9548ac7e5 (diff)
downloadluajit-2.0.0-beta11.tar.gz
luajit-2.0.0-beta11.tar.bz2
luajit-2.0.0-beta11.zip
RELEASE LuaJIT-2.0.0-beta11v2.0.0-beta11
Diffstat (limited to 'doc/running.html')
-rw-r--r--doc/running.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/running.html b/doc/running.html
index eddb7ad7..8dd935aa 100644
--- a/doc/running.html
+++ b/doc/running.html
@@ -89,16 +89,12 @@ interactive mode, too.
89<p class="indent" style="color: #c00000;"> 89<p class="indent" style="color: #c00000;">
90Note: the beta test releases only install under the versioned name on 90Note: the beta test releases only install under the versioned name on
91POSIX systems (to avoid overwriting a previous version). You either need 91POSIX systems (to avoid overwriting a previous version). You either need
92to type <tt>luajit-2.0.0-beta10</tt> to start it or create a symlink 92to type <tt>luajit-2.0.0-beta11</tt> to start it or create a symlink
93with a command like this: 93with a command like this:
94</p> 94</p>
95<pre class="code" style="color: #c00000;"> 95<pre class="code" style="color: #c00000;">
96sudo ln -sf luajit-2.0.0-beta10&nbsp;/usr/local/bin/luajit 96sudo ln -sf luajit-2.0.0-beta11&nbsp;/usr/local/bin/luajit
97</pre> 97</pre>
98<p>
99Unlike previous versions <b>optimization is turned on by default</b> in
100LuaJIT 2.0!<br>It's no longer necessary to use <tt>luajit&nbsp;-O</tt>.
101</p>
102 98
103<h2 id="options">Command Line Options</h2> 99<h2 id="options">Command Line Options</h2>
104<p> 100<p>
@@ -199,7 +195,7 @@ itself. For a description of their options and output format, please
199read the comment block at the start of their source. 195read the comment block at the start of their source.
200They can be found in the <tt>lib</tt> directory of the source 196They can be found in the <tt>lib</tt> directory of the source
201distribution or installed under the <tt>jit</tt> directory. By default 197distribution or installed under the <tt>jit</tt> directory. By default
202this is <tt>/usr/local/share/luajit-2.0.0-beta10/jit</tt> on POSIX 198this is <tt>/usr/local/share/luajit-2.0.0-beta11/jit</tt> on POSIX
203systems. 199systems.
204</p> 200</p>
205 201
@@ -221,6 +217,10 @@ optimizations and higher numbers enable more optimizations. Omitting
221the level (i.e. just <tt>-O</tt>) sets the default optimization level, 217the level (i.e. just <tt>-O</tt>) sets the default optimization level,
222which is <tt>-O3</tt> in the current version. 218which is <tt>-O3</tt> in the current version.
223</p> 219</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> 224<p>
225The second form adds or removes individual optimization flags. 225The second form adds or removes individual optimization flags.
226The third form sets a parameter for the VM or the JIT compiler 226The third form sets a parameter for the VM or the JIT compiler