[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Memory allocation for Lua VM
- From: "Samson, Lyndon (GXS, Aerotek)" <Lyndon.Samson@...>
- Date: Tue, 27 Jun 2000 11:38:40 +0200
Hello Lua listees!
There was some talk a while back about supplying a block of memory in which
the lua VM allocates all its internal variables. This would be a great boon
in
agent programming as it would simplfy serialization. Is this something which
could
be easily implimented? The other way of doing things is in Lua iteself with
a pickling
package, of which one exists I think.
lyndon