Re: [PATCH] scripts/nsis.py: Run dependency check for each DLL file only once

2025-01-14 Thread Alex Bennée
Stefan Weil via writes: > Each DLL should only be checked once for dependencies, but > several hundred (781 in my test) unneeded checks were done. > > Now the script is significantly faster (16 s in my build). > > Signed-off-by: Stefan Weil Queued to maintainer/jan-2025, thanks. -- Alex Benné

Re: [PATCH] scripts/nsis.py: Run dependency check for each DLL file only once

2025-01-12 Thread Pierrick Bouvier
On 1/11/25 13:52, Stefan Weil via wrote: Each DLL should only be checked once for dependencies, but several hundred (781 in my test) unneeded checks were done. Now the script is significantly faster (16 s in my build). Signed-off-by: Stefan Weil --- scripts/nsis.py | 10 +- 1 file c

Re: [PATCH] scripts/nsis.py: Run dependency check for each DLL file only once

2025-01-12 Thread Philippe Mathieu-Daudé
On 11/1/25 22:52, Stefan Weil via wrote: Each DLL should only be checked once for dependencies, but several hundred (781 in my test) unneeded checks were done. Now the script is significantly faster (16 s in my build). Signed-off-by: Stefan Weil --- scripts/nsis.py | 10 +- 1 file c

[PATCH] scripts/nsis.py: Run dependency check for each DLL file only once

2025-01-11 Thread Stefan Weil via
Each DLL should only be checked once for dependencies, but several hundred (781 in my test) unneeded checks were done. Now the script is significantly faster (16 s in my build). Signed-off-by: Stefan Weil --- scripts/nsis.py | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff