diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-06-01 11:44:23 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-06-03 20:37:27 +0300 |
commit | d6407445b9aabfa90b23ef1da6b0e903b4e6b9e0 (patch) | |
tree | 6aef2ef5d54ffbcae90fb26c364bd3b488a9483a /mesonbuild/backend/ninjabackend.py | |
parent | 93f04033c1387519038998584c013ce60bf5301d (diff) | |
download | meson-d6407445b9aabfa90b23ef1da6b0e903b4e6b9e0.zip meson-d6407445b9aabfa90b23ef1da6b0e903b4e6b9e0.tar.gz meson-d6407445b9aabfa90b23ef1da6b0e903b4e6b9e0.tar.bz2 |
backend: refactor get_custom_target_provided_libraries
the problem here is, that get_custom_target_provided_libraries iterated
over all generated sources of a target. In each output we check if this
is a library or not. In projects like EFL we have added a lot of
generated target to many different targets, so the iterating of the
output is rather consistent, with this commit we drop from 19% of the
time spending in get_custom_target_provided_libraries down to 3.51%.
Diffstat (limited to 'mesonbuild/backend/ninjabackend.py')
0 files changed, 0 insertions, 0 deletions