aboutsummaryrefslogtreecommitdiff
path: root/doc/ext_jit.html
diff options
context:
space:
mode:
authorMike Pall <mike>2022-06-23 09:10:43 +0200
committerMike Pall <mike>2022-06-23 09:10:43 +0200
commit4c2441c16ce3c4e312aaefecc6d40c4fe21de97c (patch)
tree0ee5ad7a3246f9a620265de9c6998308cb44a09b /doc/ext_jit.html
parent0065cff7e0222c234b75a71e72b8883df5d000c2 (diff)
parent2e98c3d0644fc0c265844908f43b7e4526dd819c (diff)
downloadluajit-4c2441c16ce3c4e312aaefecc6d40c4fe21de97c.tar.gz
luajit-4c2441c16ce3c4e312aaefecc6d40c4fe21de97c.tar.bz2
luajit-4c2441c16ce3c4e312aaefecc6d40c4fe21de97c.zip
Merge branch 'master' into v2.1
Diffstat (limited to 'doc/ext_jit.html')
-rw-r--r--doc/ext_jit.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ext_jit.html b/doc/ext_jit.html
index 41ebdc92..b8a25967 100644
--- a/doc/ext_jit.html
+++ b/doc/ext_jit.html
@@ -154,7 +154,7 @@ Contains the target architecture name:
154 154
155<h2 id="jit_opt"><tt>jit.opt.*</tt> &mdash; JIT compiler optimization control</h2> 155<h2 id="jit_opt"><tt>jit.opt.*</tt> &mdash; JIT compiler optimization control</h2>
156<p> 156<p>
157This sub-module provides the backend for the <tt>-O</tt> command line 157This submodule provides the backend for the <tt>-O</tt> command line
158option. 158option.
159</p> 159</p>
160<p> 160<p>
@@ -174,7 +174,7 @@ which was one of the ways to enable optimization.
174 174
175<h2 id="jit_util"><tt>jit.util.*</tt> &mdash; JIT compiler introspection</h2> 175<h2 id="jit_util"><tt>jit.util.*</tt> &mdash; JIT compiler introspection</h2>
176<p> 176<p>
177This sub-module holds functions to introspect the bytecode, generated 177This submodule holds functions to introspect the bytecode, generated
178traces, the IR and the generated machine code. The functionality 178traces, the IR and the generated machine code. The functionality
179provided by this module is still in flux and therefore undocumented. 179provided by this module is still in flux and therefore undocumented.
180</p> 180</p>