diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-15 15:27:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-15 15:57:31 +0100 |
commit | 9bbf6f350d84900cd2852bb321edf9b7dbcdc642 (patch) | |
tree | 1f0bdf0c5fdca5744fcb040bdae12e9eedd8d359 /bitbake/lib/bb/pysh | |
parent | 07e83d04ace1b78df656c8c32fc336302adae097 (diff) | |
download | poky-9bbf6f350d84900cd2852bb321edf9b7dbcdc642.tar.gz |
bitbake: data: fix performance regression
BitBake commit 7c568132c54a21161de28907159f902462f1e2bb resulted in a
fairly serious performance regression during parsing, almost doubling
the time taken to do a full parse and almost certainly impacting
performance during building. The expandKeys function is called
frequently, and if we avoid using keys() and instead just use the normal
variable lookup mechanism, performance is restored.
(Bitbake rev: 034b392e9877309f15940b258fc2c16f16fb40b5)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/pysh')
0 files changed, 0 insertions, 0 deletions