Meaningful comparison of CTF and DWARF
Meaningful comparison of CTF and DWARF
Posted Aug 14, 2019 18:35 UTC (Wed) by khim (subscriber, #9252)In reply to: Meaningful comparison of CTF and DWARF by nix
Parent article: The Compact C Type Format in the GNU toolchain
> I do want to keep CTF tightly focused on type introspection.
BTW, if it's about introspection... would it be possible to know if a given structure should be passed on stack or in registers? I mean something like this: compare foo
, bar
and baz
. Especially bar
and baz
. These types have more-or-less identical properties... yet one is passed (and returned!) using registers and other is passed (and returned!) on stack.
Posted Aug 14, 2019 19:18 UTC (Wed)
by excors (subscriber, #95769)
[Link]
Meaningful comparison of CTF and DWARF