cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 identcpu.c support.s src/sys/i386/include md_var.h src/sys/i386/isa npx.c src/sys/ia64/ia64 support.s src/sys/powerpc/powerpc bcopy.c src/sys/sparc64/sparc64 support.S ...

Dag-ErlingSmørgrav des at ofug.org
Fri Apr 4 13:57:55 PST 2003


David Schultz <das at FreeBSD.ORG> writes:
> I don't care about the microoptimization if it's actually
> problematic in some way.  I just don't see why calling a function
> that jumps to the address of a pointer is aesthetically better
> than calling the pointer in the first place.

Mostly because none of the other platforms do it that way, so we had
to special-case i386 in <sys/systm.h> which is supposed to be MI.

DES
-- 
Dag-Erling Smørgrav - des at ofug.org


More information about the cvs-src mailing list