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]

Post Dominator Tree




	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.


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