This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/68173] gcc takes a long time and a lot of memory with -O0 on source file with very large expression


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68173

--- Comment #15 from stevenb.gcc at gmail dot com <stevenb.gcc at gmail dot com> ---
> I wonder if we should (finally) use a RB tree for bitmap.  I even remember
> some patches posted to improve this (from Steven?) this or last year?

I used splay trees, they're a lot easier than balanced trees like RB or AVL.

https://gcc.gnu.org/ml/gcc-patches/2013-03/msg00170.html

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]