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] | |
On Sat, Jun 12, 2010 at 7:44 PM, Jan Hubicka<hubicka@ucw.cz> wrote:
I am wondering if there are any obvious improvements for df_note_compute?
You may get more benefit from avoiding the need to call df_note_compute in the first place ;-)
Yep, I wondered about that too. IRA calls df_note_compute twice for reasons I do not understand. Otherwise it is forwprop, combine, regmove and other passes that seem to make use of it.
You might know if i.e. forwprop can be easilly reorganized to avoid the need.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |