summaryrefslogtreecommitdiffstats
path: root/scripts/lib/build_perf/__init__.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-12 18:07:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-08 16:01:33 +0000
commitcedfbac46670a3371bbddaf8736eb8e8555e2ce8 (patch)
treec153070ff7182126f7fbf0af237cccec52cd258c /scripts/lib/build_perf/__init__.py
parent306820bad60c62a8096df8d1e4c7cc8e00dc38b7 (diff)
downloadpoky-cedfbac46670a3371bbddaf8736eb8e8555e2ce8.tar.gz
bitbake: siggen: Optimise get_unihash disk based cache handling
Currently the cache can grow huge since any previously used hash is retained in the cache. This change moves to use one hash per task which improves the speed of the functions considerably. Currently performance is an issue, as are very large cache files and cache load time. By moving to a single hash per task, the shorted filename as a key is no longer usable as the same recipe has multiple variants for the same filename so this has to change. (Bitbake rev: ed764e7fcf04b6d0ba6b4cac7415b1ee8f492865) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/build_perf/__init__.py')
0 files changed, 0 insertions, 0 deletions