aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-04-04 13:35:43 -0700
committerDylan Baker <dylan@pnwbakers.com>2019-04-04 15:02:20 -0700
commitc6060d795cfc9084505123bbb4004ccb112f0de3 (patch)
treed5afc447d7bd953f975edeb6302740a0f6f80677 /mesonbuild/compilers
parentd778a371ac3eb0bdb2bfde84d753722b576d5f14 (diff)
downloadmeson-c6060d795cfc9084505123bbb4004ccb112f0de3.zip
meson-c6060d795cfc9084505123bbb4004ccb112f0de3.tar.gz
meson-c6060d795cfc9084505123bbb4004ccb112f0de3.tar.bz2
coredata: remove get_builtin_options
This returns a list out of th keys of a dict. In both cases of use remaining though it's used for checking membership, checking for list membership, lists are O(n) lookup, while dicts are O(1), so removing the abstraction reduces typing and improves performance.
Diffstat (limited to 'mesonbuild/compilers')
0 files changed, 0 insertions, 0 deletions