This is the mail archive of the gcc-patches@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] |
I thought about this before "submitting" the patch.
Daniel, could you please also measure compile time on some less
artificial examples than 20001226-1.c before commiting this patch? It
adds one unnecessary recount of whole dominator tree, so it might
be that it would not be win on usual functions not countaining thousands
of critical edges.
If it showed up to be case, something would have to be done about updating dominators in split_edge to avoid the quadratic behavior it exhibits on this testcase.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |