diff options
author | Mike Pall <mike> | 2012-10-16 20:13:01 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-10-16 20:13:01 +0200 |
commit | 4baa01be78e5b9132ec94763126e01d82ab56626 (patch) | |
tree | 059681f210caacb645101e39cd8a1d146e4ac3a6 /doc/running.html | |
parent | a0f83f6b9610cfed1c3a3b161fe715c9548ac7e5 (diff) | |
download | luajit-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.html | 14 |
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;"> |
90 | Note: the beta test releases only install under the versioned name on | 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 | 91 | POSIX systems (to avoid overwriting a previous version). You either need |
92 | to type <tt>luajit-2.0.0-beta10</tt> to start it or create a symlink | 92 | to type <tt>luajit-2.0.0-beta11</tt> to start it or create a symlink |
93 | with a command like this: | 93 | with a command like this: |
94 | </p> | 94 | </p> |
95 | <pre class="code" style="color: #c00000;"> | 95 | <pre class="code" style="color: #c00000;"> |
96 | sudo ln -sf luajit-2.0.0-beta10 /usr/local/bin/luajit | 96 | sudo ln -sf luajit-2.0.0-beta11 /usr/local/bin/luajit |
97 | </pre> | 97 | </pre> |
98 | <p> | ||
99 | Unlike previous versions <b>optimization is turned on by default</b> in | ||
100 | LuaJIT 2.0!<br>It's no longer necessary to use <tt>luajit -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 | |||
199 | read the comment block at the start of their source. | 195 | read the comment block at the start of their source. |
200 | They can be found in the <tt>lib</tt> directory of the source | 196 | They can be found in the <tt>lib</tt> directory of the source |
201 | distribution or installed under the <tt>jit</tt> directory. By default | 197 | distribution or installed under the <tt>jit</tt> directory. By default |
202 | this is <tt>/usr/local/share/luajit-2.0.0-beta10/jit</tt> on POSIX | 198 | this is <tt>/usr/local/share/luajit-2.0.0-beta11/jit</tt> on POSIX |
203 | systems. | 199 | systems. |
204 | </p> | 200 | </p> |
205 | 201 | ||
@@ -221,6 +217,10 @@ optimizations and higher numbers enable more optimizations. Omitting | |||
221 | the level (i.e. just <tt>-O</tt>) sets the default optimization level, | 217 | the level (i.e. just <tt>-O</tt>) sets the default optimization level, |
222 | which is <tt>-O3</tt> in the current version. | 218 | which is <tt>-O3</tt> in the current version. |
223 | </p> | 219 | </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> | 224 | <p> |
225 | The second form adds or removes individual optimization flags. | 225 | The second form adds or removes individual optimization flags. |
226 | The third form sets a parameter for the VM or the JIT compiler | 226 | The third form sets a parameter for the VM or the JIT compiler |