[PATCH] Speed up hybrid_search_bitmap
Zdenek Dvorak
rakdver@atrey.karlin.mff.cuni.cz
Mon Apr 21 10:54:00 GMT 2003
Hello,
> > there is no reason to use Fibonacci heaps for worklist in
> > iterative_dataflow_bitmap; this patch replaces them with ordinary
> > heaps, thus speeding up df_analyse by 20%.
> Something that was a long time on my TODO list :)
> You forgot to attach heap.c/heap.h.
here they are.
Zdenek
-------------- next part --------------
A non-text attachment was scrubbed...
Name: heap.c
Type: text/x-csrc
Size: 2467 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20030421/8faf7403/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: heap.h
Type: text/x-chdr
Size: 1267 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20030421/8faf7403/attachment-0001.bin>
More information about the Gcc-patches
mailing list