diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-12 18:57:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-11 11:06:22 +0000 |
commit | c37d0c4aa55f5fd703f0b9a34fe324b0a78db419 (patch) | |
tree | abe75b5c6efdbe93b4613f47c6bf85943fda762b /bitbake/lib/prserv | |
parent | f181928937d996b90b45b8b210c0f9859dc1e947 (diff) | |
download | poky-c37d0c4aa55f5fd703f0b9a34fe324b0a78db419.tar.gz |
bitbake: siggen: Fix performance issue in get_unihash
There is a significant performance issue in get_unihash(). The issue turns out
to be the lookups of setscene tasks. We can fix this by using a set() instead of
the current list.
(Bitbake rev: 5afad266f2ce55db2038c36f2e49a3c80be9bbfc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1e561672d039ebfb8cd0e0654a44dcf48513317c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/prserv')
0 files changed, 0 insertions, 0 deletions