public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/18178] New: Missed opportunity for removing bounds checking
@ 2004-10-27 14:09 pinskia at gcc dot gnu dot org
  2004-10-27 14:15 ` [Bug tree-optimization/18178] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-27 14:09 UTC (permalink / raw)
  To: gcc-bugs

We miss an opportunity to remove the bounds checking code in the following case (this shows up a 
huge amount in libjava and other code):
class t
{
  void f(int a[])
  {
     for(int i=0;i<a.length;i++)
       a[i] = 0;
  }
}

-- 
           Summary: Missed opportunity for removing bounds checking
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: enhancement
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-06-04 17:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-27 14:09 [Bug tree-optimization/18178] New: Missed opportunity for removing bounds checking pinskia at gcc dot gnu dot org
2004-10-27 14:15 ` [Bug tree-optimization/18178] " pinskia at gcc dot gnu dot org
2004-10-27 20:17 ` tromey at gcc dot gnu dot org
2004-10-28 14:24 ` pinskia at gcc dot gnu dot org
2005-02-09  6:17 ` dnovillo at gcc dot gnu dot org
2005-02-09  7:13 ` steven at gcc dot gnu dot org
2005-02-19  2:41 ` cvs-commit at gcc dot gnu dot org
2005-02-19  3:57 ` dnovillo at gcc dot gnu dot org
2005-02-19  5:05 ` schlie at comcast dot net
2005-02-19  5:25 ` pinskia at gcc dot gnu dot org
2005-02-19  5:41 ` pinskia at gcc dot gnu dot org
2005-04-13 18:06 ` pinskia at gcc dot gnu dot org
2005-06-04 17:00 ` dnovillo at gcc dot gnu 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).