summaryrefslogtreecommitdiff
path: root/doc/ext_jit.html
diff options
context:
space:
mode:
authorMike Pall <mike>2011-01-20 22:14:17 +0100
committerMike Pall <mike>2011-01-20 22:14:17 +0100
commite985aeda84d8af63c4bfaa176c3312dfb2f7f230 (patch)
tree8a68df0aac6779db0972bb9dc07fbbe0c7629bc7 /doc/ext_jit.html
parent8396c3cdbc26e08fdf9dea204efb641dd6ad1f91 (diff)
downloadluajit2-e985aeda84d8af63c4bfaa176c3312dfb2f7f230.tar.gz
FFI: Add preliminary FFI documentation (still incomplete).
Diffstat (limited to 'doc/ext_jit.html')
-rw-r--r--doc/ext_jit.html17
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/ext_jit.html b/doc/ext_jit.html
index e01db331..fc494382 100644
--- a/doc/ext_jit.html
+++ b/doc/ext_jit.html
@@ -27,6 +27,17 @@
</li><li>
<a href="extensions.html">Extensions</a>
<ul><li>
+<a href="ext_ffi.html">FFI Library</a>
+<ul><li>
+<a href="ext_ffi_tutorial.html">FFI Tutorial</a>
+</li><li>
+<a href="ext_ffi_api.html">ffi.* API</a>
+</li><li>
+<a href="ext_ffi_int64.html">64 bit Integers</a>
+</li><li>
+<a href="ext_ffi_semantics.html">FFI Semantics</a>
+</li></ul>
+</li><li>
<a class="current" href="ext_jit.html">jit.* Library</a>
</li><li>
<a href="ext_c_api.html">Lua/C API</a>
@@ -46,8 +57,10 @@
</div>
<div id="main">
<p>
-The functions in this built-in module control the behavior
-of the JIT compiler engine.
+The functions in this built-in module control the behavior of the JIT
+compiler engine. Note that JIT-compilation is fully automatic &mdash;
+you probably won't need to use any of the following functions unless
+you have special needs.
</p>
<h3 id="jit_onoff"><tt>jit.on()<br>