This is the mail archive of the gcc-bugs@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]

[Bug rtl-optimization/23898] basic block reordering excessively increases code size; get_uncond_jump_length pessimistic


------- Additional Comments From amylaar at gcc dot gnu dot org  2005-09-15 17:51 -------
Created an attachment (id=9736)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9736&action=view)
fix for SH

This patch set fixes the problem for the SH.
The patch to sh_output_mi_thunk should no longer be necessary in mainline,
AFAICR
Kaz has fixed the generic code to get the line number information initialized.
If we want to use this approach, a tm.texi patch needs to be added, and machine

specific patches for the other ports are needed to get benefit of this patch.

Another approach would be to make the gen* programs create a minumum insn
length function, and use that instead.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23898


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