aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2011-06-13 00:58:13 +0200
committerMike Pall <mike>2011-06-13 01:04:11 +0200
commit4994fcc32caa90eb25e9e7532c5ed195abb4bb95 (patch)
treed1741d1b9e61c10145775ec805639c389b7ef2a8 /doc
parent9da94d135535c607d71a5d7e902b561ee418f0ca (diff)
downloadluajit-4994fcc32caa90eb25e9e7532c5ed195abb4bb95.tar.gz
luajit-4994fcc32caa90eb25e9e7532c5ed195abb4bb95.tar.bz2
luajit-4994fcc32caa90eb25e9e7532c5ed195abb4bb95.zip
Add support for bytecode loading/saving.
Diffstat (limited to 'doc')
-rw-r--r--doc/status.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/status.html b/doc/status.html
index 1048adc4..c8366488 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -114,11 +114,6 @@ hooks for non-Lua functions) and shows slightly different behavior
114(no per-coroutine hooks, no tail call counting). 114(no per-coroutine hooks, no tail call counting).
115</li> 115</li>
116<li> 116<li>
117<b>Bytecode</b> currently cannot be loaded or dumped. Note that
118the bytecode format differs from Lua&nbsp;5.1 &mdash; loading foreign
119bytecode is not supported at all.
120</li>
121<li>
122Some of the <b>configuration options</b> of Lua&nbsp;5.1 are not supported: 117Some of the <b>configuration options</b> of Lua&nbsp;5.1 are not supported:
123<ul> 118<ul>
124<li>The <b>number type</b> cannot be changed (it's always a <tt>double</tt>).</li> 119<li>The <b>number type</b> cannot be changed (it's always a <tt>double</tt>).</li>