Date: Sun, 16 Nov 2008 19:28:55 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/sparc64/sparc64 support.S Message-ID: <200811161929.mAGJTDIn095090@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2008-11-16 19:28:55 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 support.S Log: SVN rev 185006 on 2008-11-16 19:28:55Z by marius Micro-optimize spitfire_block_{copy,zero}(): - Predict the loop as taken as it's more likely that there's still data to copy and memory to zero respectively. - Don't waste the delay slot. Revision Changes Path 1.35 +4 -9 src/sys/sparc64/sparc64/support.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811161929.mAGJTDIn095090>