lua_dump
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: lua_dump
- From: "D Burgess" <dburgess@...>
- Date: 2006年3月28日 03:31:53 +1000
lua5.1
lua_dump() and consequently string.dump() do not expose
the option for strpping (equivalent to -s on luac).
Is there a special reason for this?
I could certainly use this flag for lua_dump. I have C code that
loads lua code and saves the code in the C world for later
execution by the C side. Size is at a premium I could live
with the debugging stuff.
David B.