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 middle-end/81596] backwards threader misses simple copy within the same BB


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |law at redhat dot com

--- Comment #2 from Jeffrey A. Law <law at redhat dot com> ---
Jump threading is a fairly high overhead solution for this problem.  Simple
const/copy propagation is a better solution in cases like this IMHO.

The overhead could be reduced with some changes to the updating algorithm that
I want to implement, but haven't yet.  So perhaps keep it open as a low
priority issue.

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