public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/31889]  New: compiler misses opportunity to combine multiple identical function return paths
@ 2007-05-10  5:04 raeburn at raeburn dot org
  2007-05-10  5:04 ` [Bug rtl-optimization/31889] " raeburn at raeburn dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: raeburn at raeburn dot org @ 2007-05-10  5:04 UTC (permalink / raw)
  To: gcc-bugs

The source file I'm submitting has two implementations of an inline function,
and a second function which calls it and then prints one of two strings
depending on the return value.  With the simpler implementation of the inline
function, one call to puts() is followed by a jump to the return sequence
emitted after the other puts() call.  With the more complicated (but
functionally equivalent) implementation of the inline function, the caller's
two paths aren't combined; two sets of instructions are emitted to restore the
same registers from the same stack slots before returning.  It should still be
able to combine them.

(A second possible missed optimization?  The branch could've been done to the
puts call, instead of to just after, saving one call instruction.  Unless a
branch to a call is slower than a call that returns to a branch instruction on
these processors.)


-- 
           Summary: compiler misses opportunity to combine multiple
                    identical function return paths
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: raeburn at raeburn dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31889


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-09-03  3:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-31889-4@http.gcc.gnu.org/bugzilla/>
2012-01-28  2:25 ` [Bug rtl-optimization/31889] compiler misses opportunity to combine multiple identical function return paths pinskia at gcc dot gnu.org
2021-07-24 22:17 ` pinskia at gcc dot gnu.org
2023-09-03  3:44 ` pinskia at gcc dot gnu.org
2007-05-10  5:04 [Bug rtl-optimization/31889] New: " raeburn at raeburn dot org
2007-05-10  5:04 ` [Bug rtl-optimization/31889] " raeburn at raeburn dot org
2007-05-10  6:13 ` steven at gcc dot gnu dot org
2007-05-10 21:25 ` raeburn at raeburn dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).