[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: what is the role of the `seed` field in the Lua global state?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 12 Mar 2020 15:02:55 -0300
> If you're already patching the VM, it shouldn't be hard to just patch the
> seed assignment yourself.
Just define the macro luai_makeseed (see lstate.c).
-- Roberto