public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Post Dominator Tree
@ 2000-07-03 10:37 Marcio de Oliveira Buss
  2000-07-03 12:05 ` Richard Henderson
  0 siblings, 1 reply; 5+ messages in thread
From: Marcio de Oliveira Buss @ 2000-07-03 10:37 UTC (permalink / raw)
  To: gcc

	Good Morning (afternoon) for all...
	I need to implement the Post-Dominator Tree in the flow
 pass of the gcc. I found the compute_dominators function in the
 file flow.c, but I realize that this function does not implement
 a tree, but only a bitmap that represent the dominator relationship.
 Am I right? Also, the Tarjan's algorithm sounds more efficient,
 but this algorithm is not implemented there. If I implemented this
 algorithm, it would be a contribution to gcc or it is not relevant?

	Buss.

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-03 10:37 Post Dominator Tree Marcio de Oliveira Buss
2000-07-03 12:05 ` Richard Henderson
2000-07-03 12:16   ` Jeffrey A Law
2000-07-06  7:23     ` Michael Matz
2000-07-06  9:31       ` Jeffrey A Law

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