Subject: Re: CVS commit: src/distrib
To: None <simonb@wasabisystems.com>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: source-changes
Date: 02/02/2003 10:56:40
In article <20030201231734.E71DB53E7F@thoreau.thistledown.com.au>
simonb@wasabisystems.com 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