Subject: Re: More on rcons performance woes: pmax profiling
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: tech-kern
Date: 03/03/1999 14:31:08
...Blast. it turns out that, due to a glitch with the mips ->
{mipsel,mipseb}, all the profiling of rcons blitting i'd done had used
the non-tuned C-coded kernel memmove().

I will rebuild a kernel and rerun the tests as soon as I get done with
an attempt to do a `make world'.  UTSL'ing, using a tuned bcopy()
should make an immediate 4x difference on write bandwidth; i dunno
about read bandwidth.