diff options
author | Marcel Hollerbach <m.hollerbach@partner.samsung.com> | 2018-09-10 09:14:37 +0200 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2018-09-11 03:03:30 -0700 |
commit | 7ae3fbf88d0c5614f0966aa47b11cc4378fdabee (patch) | |
tree | ab6488b5e82221904ba87abcee5ca1dd017a4133 /docs/markdown | |
parent | c68460e2eeee5194cc81f3afdb213c11f11895ee (diff) | |
download | meson-7ae3fbf88d0c5614f0966aa47b11cc4378fdabee.zip meson-7ae3fbf88d0c5614f0966aa47b11cc4378fdabee.tar.gz meson-7ae3fbf88d0c5614f0966aa47b11cc4378fdabee.tar.bz2 |
mesonbuild: move subdir generation along link dep generation
The problem with the earlier position of the generation code was, that
the results could not be cached, because the list of all link_deps was
overall different. However, it shared a special kind of subsets with
other build build targets.
Generating the set of subdirs that are required for linking, alongside
with the link dependencies brings the possibility of caching this.
This reduces the buildting from 1 min. in efl down to 20 sec. And
reduces the amount of 30872534 calls down.
this saves ~40 sec.
Diffstat (limited to 'docs/markdown')
0 files changed, 0 insertions, 0 deletions