Bigraph now uses hash tables to hold edges inside vertices, rather than linked
authorDavid Given <dg@cowlark.com>
Sat, 17 Dec 2016 09:18:51 +0000 (10:18 +0100)
committerDavid Given <dg@cowlark.com>
Sat, 17 Dec 2016 09:18:51 +0000 (10:18 +0100)
commitd2bf7702e710c054fe2f5f356d7a9d79007fb8cf
treea4d8b7077c00eec96ddf5ad72084b83b8e85f766
parent02678ba9d38deb77d1c8fdea7414b3294b42d02c
Bigraph now uses hash tables to hold edges inside vertices, rather than linked
lists.
mach/proto/mcg/pass_nonlocalphis.c
mach/proto/mcg/pass_registerallocator.c
mach/proto/mcg/pass_removedeadphis.c
modules/src/data/bigraph.c
modules/src/data/bigraph.h
modules/src/data/hashtable.c
modules/src/data/hashtable.h
modules/src/data/set.c
modules/src/data/set.h