From 4994fcc32caa90eb25e9e7532c5ed195abb4bb95 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Mon, 13 Jun 2011 00:58:13 +0200 Subject: Add support for bytecode loading/saving. --- doc/status.html | 5 ----- 1 file changed, 5 deletions(-) (limited to 'doc') 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 (no per-coroutine hooks, no tail call counting).
  • -Bytecode currently cannot be loaded or dumped. Note that -the bytecode format differs from Lua 5.1 — loading foreign -bytecode is not supported at all. -
  • -
  • Some of the configuration options of Lua 5.1 are not supported: