diff options
| author | Charles Brunet <charles.brunet@optelgroup.com> | 2025-01-29 16:39:31 -0500 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-08-01 15:54:21 +0300 |
| commit | c554ca55e7493921728645bd082565604f7e17db (patch) | |
| tree | fdbc53d015fbb73468249af3b9032e244f483e0a /mesonbuild/compilers | |
| parent | 8bfe9ef4624180a6344a44fef41418543e2f3c34 (diff) | |
| download | meson-c554ca55e7493921728645bd082565604f7e17db.tar.gz | |
Optimize determine_rpath_dirs
When generating targets in ninja backend for my project,
`determine_rpath_dirs` is the second most expensive function
call. Here are some optimizations:
- early exit when iterating for rpath arguments
- compute system_dirs and external_rpaths once per target instead
of recomputing them for every link args of the target (!!!)
Diffstat (limited to 'mesonbuild/compilers')
0 files changed, 0 insertions, 0 deletions
