aboutsummaryrefslogtreecommitdiff
path: root/doc/ext_jit.html
diff options
context:
space:
mode:
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 be1bdcf6..8f58a0c7 100644
--- a/doc/ext_jit.html
+++ b/doc/ext_jit.html
@@ -150,7 +150,7 @@ Contains the target architecture name:
150 150
151<h2 id="jit_opt"><tt>jit.opt.*</tt> &mdash; JIT compiler optimization control</h2> 151<h2 id="jit_opt"><tt>jit.opt.*</tt> &mdash; JIT compiler optimization control</h2>
152<p> 152<p>
153This sub-module provides the backend for the <tt>-O</tt> command line 153This submodule provides the backend for the <tt>-O</tt> command line
154option. 154option.
155</p> 155</p>
156<p> 156<p>
@@ -170,7 +170,7 @@ which was one of the ways to enable optimization.
170 170
171<h2 id="jit_util"><tt>jit.util.*</tt> &mdash; JIT compiler introspection</h2> 171<h2 id="jit_util"><tt>jit.util.*</tt> &mdash; JIT compiler introspection</h2>
172<p> 172<p>
173This sub-module holds functions to introspect the bytecode, generated 173This submodule holds functions to introspect the bytecode, generated
174traces, the IR and the generated machine code. The functionality 174traces, the IR and the generated machine code. The functionality
175provided by this module is still in flux and therefore undocumented. 175provided by this module is still in flux and therefore undocumented.
176</p> 176</p>