On Thu, Jul 26, 2012 at 11:23 AM, Richard Guenther <richard.guent...@gmail.com> wrote: > Ok! Thanks for adding this exhaustive documentation.
There's more to come! I want to add some explanations to ebitmap, pointer-set, fibheap, and splay-tree as sets, and add a chapter in the gccint manual too. Now if only you'd document those loop changes... ;-) > Btw, ebitmap is unused since it was added - maybe we should simply remove > it ...? I wouldn't remove it just yet. I'm going to make sure that bitmap.[ch] and ebitmap.[ch] provide the same interface and see if there are places where ebitmap is a better choice than bitmap or sbitmap (cprop and gcse.c come to mind). Ciao! Steven