Re: Lua Memory Allocation Patterns for Real-time
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua Memory Allocation Patterns for Real-time
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2018年5月24日 10:25:29 -0300
> * If you plan to use Lua 5.4 when it is released, you should
> probably avoid Lua vararg functions (there are plans that those will
> allocate tables behind the scenes).
No more (see the last work release).
-- Roberto