This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "Documentation by paper"


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]