diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-05-13 15:04:17 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2020-05-15 08:40:21 +0000 |
commit | 717a2ae128505f94bd0133192c42bec48a6c9f09 (patch) | |
tree | 833811621090e10aab055270e573cda127d9e9ff /mesonbuild/compilers/cpp.py | |
parent | b1e3440e596b632e09c48ef88ada6a5224628720 (diff) | |
download | meson-717a2ae128505f94bd0133192c42bec48a6c9f09.zip meson-717a2ae128505f94bd0133192c42bec48a6c9f09.tar.gz meson-717a2ae128505f94bd0133192c42bec48a6c9f09.tar.bz2 |
symbolextractor: Do not store the size of code objects
This will almost always change and cause a relink of everything. Our
other symbol extractor implementations do not store this either. We
only need to store the size of data objects, since that necessitates
a relink due to copy relocations.
Drastically reduces the amount of relinking required in gstreamer and
gtk on Linux.
Diffstat (limited to 'mesonbuild/compilers/cpp.py')
0 files changed, 0 insertions, 0 deletions