From 883ae46e8a120d6dda03a4a56a544ab79cf20b3b Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 11 Dec 2012 05:35:46 +0100 Subject: Include allnoconfig_simpler.py in test suite. Also update some comments to reflect optimizations. --- examples/allnoconfig_simpler.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'examples/allnoconfig_simpler.py') diff --git a/examples/allnoconfig_simpler.py b/examples/allnoconfig_simpler.py index b80e79a..4846a7f 100644 --- a/examples/allnoconfig_simpler.py +++ b/examples/allnoconfig_simpler.py @@ -5,11 +5,11 @@ # get truncated downwards or upwards as determined by the visibility and # selects. -# Note: This version will be very slow since Kconfiglib invalidates all -# dependent symbols for each set_value() call. This does not happen for -# load_config(), which instead invalidates all symbols once after the -# configuration has been loaded. This is OK for load_config() since nearly all -# symbols will tend to be affected anyway. +# This version is a bit slower compared allnoconfig.py since Kconfiglib +# invalidates all dependent symbols for each set_value() call. This does not +# happen for load_config(), which instead invalidates all symbols once after +# the configuration has been loaded. This is OK for load_config() since nearly +# all symbols will tend to be affected anyway. import kconfiglib import sys -- cgit v1.2.3