diff options
author | Mike Pall <mike> | 2011-06-13 00:58:13 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-06-13 01:04:11 +0200 |
commit | 4994fcc32caa90eb25e9e7532c5ed195abb4bb95 (patch) | |
tree | d1741d1b9e61c10145775ec805639c389b7ef2a8 /doc | |
parent | 9da94d135535c607d71a5d7e902b561ee418f0ca (diff) | |
download | luajit-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.html | 5 |
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 | ||
118 | the bytecode format differs from Lua 5.1 — loading foreign | ||
119 | bytecode is not supported at all. | ||
120 | </li> | ||
121 | <li> | ||
122 | Some of the <b>configuration options</b> of Lua 5.1 are not supported: | 117 | Some of the <b>configuration options</b> of Lua 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> |