Date: Tue, 25 Jul 1995 16:03:24 -0700 From: Bruce Evans <bde> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound audio.c Message-ID: <199507252303.QAA16904@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
bde 95/07/25 16:03:23 Modified: sys/i386/isa/sound audio.c Log: Change bogus `extern inline' to `static inline'. This finishes making the kernel compile without -O. The "optimized" asm version of the function being inlined (translate_bytes()) uses slow instructions. On a 486, assuming everything is in the cache (unlikely), it is 21/15 times slower than the dumb C version and 21/3 times slower than the best possible bytewise method.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507252303.QAA16904>