diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-11 05:35:46 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-11 05:35:46 +0100 |
| commit | 883ae46e8a120d6dda03a4a56a544ab79cf20b3b (patch) | |
| tree | b828d035e5e1f5be876f3dd51ebe59b857fc9dd2 /examples/allnoconfig_simpler.py | |
| parent | 3867f4b055a3551342bc7e9d5e3ebd33593691c9 (diff) | |
Include allnoconfig_simpler.py in test suite.
Also update some comments to reflect optimizations.
Diffstat (limited to 'examples/allnoconfig_simpler.py')
| -rw-r--r-- | examples/allnoconfig_simpler.py | 10 |
1 files changed, 5 insertions, 5 deletions
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 |
