aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-09-27 09:06:57 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-07-01 00:18:44 +0200
commit3bdee1146f67511258f25ed9aa675f4bd44f06b5 (patch)
tree7c8f308a5d70a8aba5ff474a1e95020bb862d81f /Makefile
parentf0abb143f3e3d776ee4e227a8cbb30620a799be8 (diff)
downloadsparse-dev-3bdee1146f67511258f25ed9aa675f4bd44f06b5.tar.gz
sset: add implementation of sparse sets
Sparse set implements set operations like add, remove & test in O(1). More importantly it also allow to reset the set as a whole in O(1). It's very handy for a few things. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d27ecda1..256fd329 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,7 @@ LIB_OBJS += scope.o
LIB_OBJS += show-parse.o
LIB_OBJS += simplify.o
LIB_OBJS += sort.o
+LIB_OBJS += sset.o
LIB_OBJS += stats.o
LIB_OBJS += storage.o
LIB_OBJS += symbol.o