DragonFly BSD
DragonFly kernel List (threaded) for 2004-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: pipe testing and kernel copyin/copyout/bcopy performance


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 29 Apr 2004 14:58:00 -0700 (PDT)

:Matthew Dillon wrote:
:> You also cannot mix normal writes with non-temporal writes.  Well, you
:> *can* mix the instructions, but the result will be truely hideous (verses
:> simply horrible) memory performance...
:
:Does the compiler generally keep you out of such situations, or do
:you find yourself writing your C code around such problems as these?
 
    The compiler does not generate non-temporal write instructions.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



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