view test/call_suite_aggrs/README.txt @ 642:575760fc57b7

Added tag r1.4 for changeset 2147d1c9dc8a
author Tassilo Philipp
date Tue, 06 Dec 2022 21:11:43 +0100
parents ed7d1f5e7973
children
line wrap: on
line source

call_suite_aggrs for dyncall written in C and Lua.

Tests aggregates (structs, unions and arrays) passed by value, along with
other, non-aggregate args. Note, arrays are only passed/returned by value as
members of structs and unions, as they would decay to a pointer in C if passed
to a function, and cannot be returned.
So this test suite does not generate any arrays outside of structs and unions.

A macro AGGR_MISALIGN can be used in globals.c to intentionally misalign
aggregate instances.