Add support for bytecode loading/saving.
This commit is contained in:
@@ -114,11 +114,6 @@ hooks for non-Lua functions) and shows slightly different behavior
|
||||
(no per-coroutine hooks, no tail call counting).
|
||||
</li>
|
||||
<li>
|
||||
<b>Bytecode</b> currently cannot be loaded or dumped. Note that
|
||||
the bytecode format differs from Lua 5.1 — loading foreign
|
||||
bytecode is not supported at all.
|
||||
</li>
|
||||
<li>
|
||||
Some of the <b>configuration options</b> of Lua 5.1 are not supported:
|
||||
<ul>
|
||||
<li>The <b>number type</b> cannot be changed (it's always a <tt>double</tt>).</li>
|
||||
|
||||
Reference in New Issue
Block a user