Re: [PATCH 3/9] fibonacci_heap is used for bb-reoder purpose.

2014-11-19 Thread H.J. Lu
On Wed, Nov 12, 2014 at 5:45 PM, mliska wrote: > gcc/ChangeLog: > > 2014-11-13 Martin Liska > > * bb-reorder.c (mark_bb_visited): New fibonacci_heap is used. > (find_traces): Likewise. > (find_traces_1_round): Likewise. This caused: https://gcc.gnu.org/bugzilla/show_bu

Re: [PATCH 3/9] fibonacci_heap is used for bb-reoder purpose.

2014-11-13 Thread Jeff Law
On 11/12/14 18:45, mliska wrote: gcc/ChangeLog: 2014-11-13 Martin Liska * bb-reorder.c (mark_bb_visited): New fibonacci_heap is used. (find_traces): Likewise. (find_traces_1_round): Likewise. If this removed the last uses of the old fibheap code, then the old fibheap

[PATCH 3/9] fibonacci_heap is used for bb-reoder purpose.

2014-11-13 Thread mliska
gcc/ChangeLog: 2014-11-13 Martin Liska * bb-reorder.c (mark_bb_visited): New fibonacci_heap is used. (find_traces): Likewise. (find_traces_1_round): Likewise. --- gcc/bb-reorder.c | 54 +++--- 1 file changed, 27 insertion