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 c/54179] please split insn-emit.c !


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

--- Comment #27 from Steven Bosscher <steven at gcc dot gnu.org> 2012-08-05 21:05:41 UTC ---
(In reply to comment #26)
> And what has any of this to do with the simple question posed in the title
> of this bug report : why can't insn-emit.c be split ?

It could be split up. But I wouldn't count on anyone doing the work. Patches
welcome, of course...

Actually, I'm more interested in seeing if insn-emit.c can be reduced in size
by avoiding duplicate functions (see e.g. gen_swapdi/gen_swapsi/gen_swapxf for
x86_64 for a simple case of identical functions).


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