Skip to content
Snippets Groups Projects
user avatar
Richard Henderson authored
Instead of using structures, which imply some amount of overhead
on certain ABIs, use pointer types.

This actually reduces the size of the binaries vs a NON-debug
build on ppc64 and x86_64, due to a reduction in the number of
sign-extension insns.

Signed-off-by: default avatarRichard Henderson <rth@twiddle.net>
b6c73a6d
History