Subject: Re: build aborts in regress/lib/libpthread/sem
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Marcus Comstedt <marcus@mc.pp.se>
List: port-dreamcast
Date: 02/23/2003 17:19:37
Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> writes:

> Ok, then how about the attached patch (with some cosmetic changes)?
> 
> I'm not sure if unrolling multi/region ops is really worth, though.
> (it's optional in this patch for now)

Looks fine.  Some measurements on the unrolling thing might be nice; I
suspect the entire transfer would complete quite fast anyway in most
cases.  Typically a transfer would be 1500 bytes (MTU) or less, right?
(Ok, maybe not true for transfers to AICA memory, but for sound we
 should implement DMA anyway.)

  // Marcus