diff options
author | Mike Pall <mike> | 2022-06-23 09:10:43 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2022-06-23 09:10:43 +0200 |
commit | 4c2441c16ce3c4e312aaefecc6d40c4fe21de97c (patch) | |
tree | 0ee5ad7a3246f9a620265de9c6998308cb44a09b /doc/ext_jit.html | |
parent | 0065cff7e0222c234b75a71e72b8883df5d000c2 (diff) | |
parent | 2e98c3d0644fc0c265844908f43b7e4526dd819c (diff) | |
download | luajit-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.html | 4 |
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> — JIT compiler optimization control</h2> | 155 | <h2 id="jit_opt"><tt>jit.opt.*</tt> — JIT compiler optimization control</h2> |
156 | <p> | 156 | <p> |
157 | This sub-module provides the backend for the <tt>-O</tt> command line | 157 | This submodule provides the backend for the <tt>-O</tt> command line |
158 | option. | 158 | option. |
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> — JIT compiler introspection</h2> | 175 | <h2 id="jit_util"><tt>jit.util.*</tt> — JIT compiler introspection</h2> |
176 | <p> | 176 | <p> |
177 | This sub-module holds functions to introspect the bytecode, generated | 177 | This submodule holds functions to introspect the bytecode, generated |
178 | traces, the IR and the generated machine code. The functionality | 178 | traces, the IR and the generated machine code. The functionality |
179 | provided by this module is still in flux and therefore undocumented. | 179 | provided by this module is still in flux and therefore undocumented. |
180 | </p> | 180 | </p> |