Re: [PATCH 1/2] libdw: Use INTUSE with dwarf_get_units

2023-12-22 Thread Aaron Merey
On Thu, Dec 21, 2023 at 6:56 PM Mark Wielaard wrote: > > On Wed, Dec 06, 2023 at 08:35:03PM -0500, Aaron Merey wrote: > > Add INTDECL for dwarf_get_units and call dwarf_get_units with INTUSE. > > This is obviously OK. Although it is a bit of a micro-optimization. Thanks, pushed as commit c1058da5

Re: [PATCH 1/2] libdw: Use INTUSE with dwarf_get_units

2023-12-21 Thread Mark Wielaard
Hi Aaron, On Wed, Dec 06, 2023 at 08:35:03PM -0500, Aaron Merey wrote: > Add INTDECL for dwarf_get_units and call dwarf_get_units with INTUSE. This is obviously OK. Although it is a bit of a micro-optimization. Thanks, Mark

[PATCH 1/2] libdw: Use INTUSE with dwarf_get_units

2023-12-06 Thread Aaron Merey
Add INTDECL for dwarf_get_units and call dwarf_get_units with INTUSE. Signed-off-by: Aaron Merey --- libdw/dwarf_get_units.c | 1 + libdw/dwarf_next_lines.c | 8 +-- libdw/libdwP.h| 91 +-- libdw/libdw_find_split_unit.c | 4 +- 4 file