aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorCharles Brunet <charles.brunet@optelgroup.com>2025-01-29 16:39:31 -0500
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-08-01 15:54:21 +0300
commitc554ca55e7493921728645bd082565604f7e17db (patch)
treefdbc53d015fbb73468249af3b9032e244f483e0a /docs/markdown/snippets
parent8bfe9ef4624180a6344a44fef41418543e2f3c34 (diff)
downloadmeson-c554ca55e7493921728645bd082565604f7e17db.zip
meson-c554ca55e7493921728645bd082565604f7e17db.tar.gz
meson-c554ca55e7493921728645bd082565604f7e17db.tar.bz2
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 'docs/markdown/snippets')
0 files changed, 0 insertions, 0 deletions