diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-24 11:41:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-24 23:28:35 +0100 |
commit | f5f6748b757b7480efcae4fe345615990f907f81 (patch) | |
tree | 1eb71c9fddc2021bbfc550b18e1962b277987f2f /meta-selftest | |
parent | 9901415ecd11df0da73fccd867c4f1ba39abc9ab (diff) | |
download | poky-f5f6748b757b7480efcae4fe345615990f907f81.tar.gz |
bitbake: data_smart: Improve override history logging
Calling record() for each override alteration is slow. Since we now expand
overrides dynamically we don't have to record the log data at each alteration,
we can instead print it directly from the existing data stores at variable
history print time using the exact same data stores.
This massively improves performance of the data store when parsing
with bitbake -e for example, it will improve memory overhead as well.
The only downside is that VariableHistory has to poke into the datastore
for some of its data but that seems an acceptable tradeoff rather than
double caching.
(Bitbake rev: 100b447a161ef20fa559e39516cd32fa78e38262)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest')
0 files changed, 0 insertions, 0 deletions