Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/distrib



In article <20030201231734.E71DB53E7F%thoreau.thistledown.com.au@localhost>
simonb%wasabisystems.com@localhost wrote:

> It reduces codesize on pmax - it probably wouldn't hurt to add it for
> other MIPS ports.  Maybe we need somewhere to put arch-specific distrib
> compile flags?

IMHO, it's OK to leave it per port basis, rather than per cpu.
That's the reason why crunchgen was modified to have -d option,
and not all ports have size restriction.

I don't know if there are any side effects around -mmemcpy,
but if it works fine in any situation on mips, it should be
enabled by the compiler if -Os is specified.

(IIRC current gcc enables -mmultiple on powerpc if -Os is specified,
 though our in-tree gcc doesn't.)
---
Izumi Tsutsui
tsutsui%ceres.dti.ne.jp@localhost



Home | Main Index | Thread Index | Old Index