This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: "Documentation by paper"
- From: law at redhat dot com
- To: Jamie Lokier <jamie at shareable dot org>
- Cc: Peter Barada <peter at the-baradas dot com>, kenner at vlsi1 dot ultra dot nyu dot edu, paolo dot bonzini at polimi dot it, gcc at gcc dot gnu dot org
- Date: Mon, 09 Feb 2004 09:24:15 -0700
- Subject: Re: "Documentation by paper"
- Reply-to: law at redhat dot com
In message <20040208062304.GB25666@mail.shareable.org>, Jamie Lokier writes:
>law@redhat.com wrote:
>> You can look up SSA, dominator, and a variety of other common terms and get
>> reasonably concise definitions.
>
>Note that there are several different variations of SSA form,
>particularly minimal vs. non-minimal, so a definition of which one is
>being used and assumed e.g. by tree-SSA would be good.
Minimal vs pruned vs semi-pruned are not properties of the SSA form -- they
only differ in how many useless PHI nodes are initially generated when
translating into SSA form.
jeff