Re: [PATCH v4 05/19] gendwarfksyms: Add a cache for processed DIEs
From: Petr Pavlu
Date: Tue Oct 22 2024 - 07:39:50 EST
On 10/8/24 20:38, Sami Tolvanen wrote:
> Basic types in DWARF repeat frequently and traversing the DIEs using
> libdw is relatively slow. Add a simple hashtable based cache for the
> processed DIEs.
>
> Signed-off-by: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
> Acked-by: Neal Gompa <neal@xxxxxxxxx>
Looks ok to me, free free to add:
Reviewed-by: Petr Pavlu <petr.pavlu@xxxxxxxx>
-- Petr