comparison test/call_suite_aggrs/README.txt @ 485:0c68b3f91367

- renamed suite_aggrs to call_suite_aggrs for consistency (callback version will be called callback_suite_aggrs)
author Tassilo Philipp
date Thu, 17 Mar 2022 15:41:26 +0100
parents test/suite_aggrs/README.txt@653b65580cb4
children ed7d1f5e7973
comparison
equal deleted inserted replaced
484:74a4f682d1ef 485:0c68b3f91367
1 call_suite_aggrs for dyncall written in C and Lua.
2
3 Tests aggregates (structs, unions and arrays) passed by value, along with
4 other, non-aggregate args. Note, arrays are only passed/returned by value as
5 members of structs and unions, as they woult decay to a pointer if passed to a
6 function and cannot be returned.
7 So this test suite does not generate any arrays outside of structs and unions.
8
9 A macro AGGR_MISALIGN can be used in globals.c to intentionally misalign
10 aggregate instances.
11