public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: collinr@ensisun.imag.fr
To: gcc-help@gcc.gnu.org
Subject: missing file in gcc-4.3.1
Date: Thu, 14 Aug 2008 18:05:00 -0000	[thread overview]
Message-ID: <20080814162328.xrdr5cwis04wsww0@webmail-ens.imag.fr> (raw)

Good morning,
I am working on gcc, and I am looking for information about "liveness  
analysis". The manual gccint.pdf says on page 101 :

"Life analysis
This pass computes which pseudo-registers are live at each point in  
the program, and makes the first instruction that uses a value point  
at the instruction that computed the value. It then deletes  
computations whose results are never used, and combines memory  
references with add or subtract instructions to make autoincrement or  
autodecrement addressing. The pass is located in ?flow.c?."

However, I found flow.c in gcc-3.3, but not in gcc-4.3.1
Could you explain me that?

Regards,
Rémi Collin

             reply	other threads:[~2008-08-14 14:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-14 18:05 collinr [this message]
2008-08-15 14:27 ` Ian Lance Taylor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080814162328.xrdr5cwis04wsww0@webmail-ens.imag.fr \
    --to=collinr@ensisun.imag.fr \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).