freebsd-dev/usr.bin/unifdef
Conrad Meyer 82e14014a3 unifdef(1): Improve worst-case bound on symbol resolution
Use RB_TREE to make some algorithms O(lg N) and O(N lg N) instead of O(N)
and O(N^2).  Because N is typically small and the former linear array also has
great constant factors (as a property of CPU caching), this doesn't provide
material benefit most or all of the time.

While here, remove arbitrarily limit on number of macros understood.
2019-11-19 04:30:23 +00:00
..
tests Link in NetBSD's unifdef(1) tests 2019-11-18 04:03:11 +00:00
Makefile Link in NetBSD's unifdef(1) tests 2019-11-18 04:03:11 +00:00
Makefile.depend
unifdef.1
unifdef.c unifdef(1): Improve worst-case bound on symbol resolution 2019-11-19 04:30:23 +00:00
unifdefall.sh various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00