[Tarantool-patches] [PATCH luajit] FFI: Handle zero-fill of struct-of-NYI.

Igor Munkin imun at tarantool.org
Thu Jun 30 15:11:06 MSK 2022


Sergey,

I've checked the patch into all long-term branches in tarantool/luajit
and bumped a new version in master, 2.10 and 1.10.

On 06.05.22, Sergey Kaplun wrote:
> From: Mike Pall <mike>
> 
> Trace recording is NYI for the case of a struct with aggregate
> allocation.
> 
> This patch adds workaround for the zero-fill struct-of-NYI case.
> 
> Sergey Kaplun:
> * added the description and the test for the problem
> 
> Related to tarantool/tarantool#4630
> Related to tarantool/tarantool#5885
> ---
> 
> Issues:
>  * https://github.com/LuaJIT/LuaJIT/issues/672
>  * https://github.com/tarantool/tarantool/issues/4630
>  * https://github.com/tarantool/tarantool/issues/5885
> Branch: https://github.com/tarantool/luajit/tree/skaplun/lj-672-cdata-allocation-recording-full-ci
> Tarantool PR: https://github.com/tarantool/tarantool/pull/7114
> 
>  src/lj_crecord.c                              | 20 ++++++++++++-
>  ...lj-672-cdata-allocation-recording.test.lua | 28 +++++++++++++++++++
>  2 files changed, 47 insertions(+), 1 deletion(-)
>  create mode 100644 test/tarantool-tests/lj-672-cdata-allocation-recording.test.lua
> 

<snipped>

> -- 
> 2.34.1
> 

-- 
Best regards,
IM


More information about the Tarantool-patches mailing list