Re: Estimation of memory alloc for luaL_loadfile
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Estimation of memory alloc for luaL_loadfile
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2023年7月28日 11:02:10 -0300
> > In
> > > eLua it's possible to use the compiled bytecode directly from flash
> > > [...]
How does it handle alignments? The arrays of opcodes inside a compiled
bytecode are not necessarily aligned (at least not in the standard format
that Lua uses to represent binary code).
-- Roberto