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]

Patch to rework mips divide patterns


Richard Sandiford writes:
 > The original motivation for this patch was to get rid of the div_trap insns.
 > They have a fixed length of 12 but don't always emit code:

On a related subject: On MIPS, Java divisions can't trap because we
always check the arguments.  Is it possible to omit gsnerating code
for traps in this case?

Andrew.


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