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