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/69609] block reordering consumes an inordinate amount of time, REE consumes much memory


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

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |law at redhat dot com
            Summary|[6 Regression] block        |block reordering consumes
                   |reordering consumes an      |an inordinate amount of
                   |inordinate amount of time,  |time, REE consumes much
                   |REE consumes much memory    |memory

--- Comment #4 from Jeffrey A. Law <law at redhat dot com> ---
Note that while slow and memory hungry, this, AFAICT isn't a gcc-6 regression. 
gcc-4.9, gcc-5 and gcc-6 all have comparable behaviour.  gcc-6 does try to PRE
this code per a conscious decision to allow PRE to allocate more memory in
gcc-6.

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