public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: SSA implementation
@ 2000-06-30  3:39 Richard Kenner
  2000-06-30  8:38 ` Bruce Korb
  2000-06-30  9:14 ` Mark Mitchell
  0 siblings, 2 replies; 7+ messages in thread
From: Richard Kenner @ 2000-06-30  3:39 UTC (permalink / raw)
  To: mark; +Cc: gcc

    We will be contributing a dead-code elimination pass in the very near
    future that operates on the SSA form.  One big improvement is that
    this algorithm is a) very fast and b) can eliminate loops in things
    like:

  void f () { 
    int i;
    for (i = 0; i < 100; ++i)
      ;
  }

We could always have eliminated such loops, but as I understood it, we
chose not to under the assumption they were there for timing delay
purposes.  Has this policy chaged?

^ permalink raw reply	[flat|nested] 7+ messages in thread
* SSA implementation
@ 2000-06-29  7:30 David Dolan
  2000-06-29 11:59 ` Geoff Keating
  0 siblings, 1 reply; 7+ messages in thread
From: David Dolan @ 2000-06-29  7:30 UTC (permalink / raw)
  To: gcc

Has the ssa pass been fully implemented in the most current snapshot?

Thanks!!

Dave Dolan
ddolan@andrew.cmu.edu

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

end of thread, other threads:[~2000-06-30  9:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-30  3:39 SSA implementation Richard Kenner
2000-06-30  8:38 ` Bruce Korb
2000-06-30  9:14 ` Mark Mitchell
  -- strict thread matches above, loose matches on Subject: below --
2000-06-29  7:30 David Dolan
2000-06-29 11:59 ` Geoff Keating
2000-06-29 12:11   ` Mark Mitchell
2000-06-29 12:24     ` Gerald Pfeifer

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).