public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/51982] New: Shrink-wrapping opportunity
@ 2012-01-24 19:08 dje at gcc dot gnu.org
  2012-01-24 19:42 ` [Bug middle-end/51982] " pinskia at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dje at gcc dot gnu.org @ 2012-01-24 19:08 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51982
           Summary: Shrink-wrapping opportunity
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dje@gcc.gnu.org


Created attachment 26444
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26444
lookdict_string manually split equivalent to shrink-wrapping

I realize that the shrink-wrapping implementation in GCC is preliminary and
conservative. I tested it on an example that presents a good opportunity for
shrink-wrapping and a large perforamnce improvement, but the current
implementation was not able to apply the optimization.

The attached file manually splits the CPython lookdict_string() into two
functions where most of the prologue can be avoided on the slow path.


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

end of thread, other threads:[~2021-12-25 11:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-24 19:08 [Bug middle-end/51982] New: Shrink-wrapping opportunity dje at gcc dot gnu.org
2012-01-24 19:42 ` [Bug middle-end/51982] " pinskia at gcc dot gnu.org
2012-01-24 19:42 ` dje at gcc dot gnu.org
2012-02-06  7:07 ` amodra at gmail dot com
2013-04-21 23:26 ` dje at gcc dot gnu.org
2013-11-25 13:10 ` jamborm at gcc dot gnu.org
2021-12-25 11:32 ` [Bug rtl-optimization/51982] " pinskia at gcc dot gnu.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).