frame.c (start_fde_sort, [...]): New functions for fast sorting of an FDE array.
authorBruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
Sun, 1 Mar 1998 17:09:39 +0000 (17:09 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 1 Mar 1998 17:09:39 +0000 (10:09 -0700)
commit72dd050adedc5652d58794b24f498f0ffcf485e6
tree4f1b4dc5c2ba1a6994addca5f6d89704630f0091
parentc7271385a38b772188c086205718602a65eea4b3
frame.c (start_fde_sort, [...]): New functions for fast sorting of an FDE array.

        * frame.c (start_fde_sort, fde_split, heapsort, fde_merge,
        end_fde_sort): New functions for fast sorting of an FDE array.
        (fde_insert): Simplified.
        (add_fdes): Change argument list.
        (frame_init): Use the new functions.

From-SVN: r18345
gcc/ChangeLog
gcc/frame.c