summaryrefslogtreecommitdiffstats
path: root/unwind.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-04-28 22:52:48 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-04-28 22:52:48 -0700
commitc023a09e3faeef479ba866445a7a346b8e9c3f8a (patch)
treef819b764f7a41d92361fd3bec5ea843cd1164215 /unwind.h
parente5174a9dac601791af64903f44b8ab4a5e82621e (diff)
downloadtxr-c023a09e3faeef479ba866445a7a346b8e9c3f8a.tar.gz
txr-c023a09e3faeef479ba866445a7a346b8e9c3f8a.tar.bz2
txr-c023a09e3faeef479ba866445a7a346b8e9c3f8a.zip
ffi: sane calculation of rtsize.
We are wastefully giving structs and arrays a position in the rtvec. They do not need one. Let's calculate like this. During compilation, let's assign a rtsize value of 1 to types which need to occupy a position. During the tree walk which assigns the positions, let's use this as a Boolean value indicating whether to assign and index or not. After the tree walk, the final counter value indictates the rtsize for the whole aggregate, and we store that in the rtsize of the root type node. * ffi.c (make_ffi_type_struct, make_ffi_type_array): Do not add up the rtsizes of the elements/members and thus do not install the total size as this type's rtsize. Leave the rtsize zero. We revert to a variation of the previous method of determining whether to install the in handler, but using a slightly different criterion: if any child element has a nonzero rtsize or if it has an in handler. (assign_rtindices_visit): Use nonzero rtsize as the condition for whether to give the node an rtindex or not. (ffi_type_assign_rtindices): Store the final count as the rtsize of the root type node. This is then used to allocate the rtvec for that type in ffi_call_wrap.
Diffstat (limited to 'unwind.h')
0 files changed, 0 insertions, 0 deletions