Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 1998 16:20:08 +0200 (CEST)
From:      Mikael Karpberg <karpen@ocean.campus.luth.se>
To:        marquard@zilker.net (Dave Marquardt)
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: bcopy implementation
Message-ID:  <199804031420.QAA05837@ocean.campus.luth.se>
In-Reply-To: <857m57c8tr.fsf@localhost.zilker.net> from Dave Marquardt at "Apr 3, 98 07:51:12 am"

next in thread | previous in thread | raw e-mail | index | archive | help
According to Dave Marquardt:
> > of not implementing this method in libc? 
> 
> Well, you said it yourself.  "On the assumption, that the system has
> pentium processor...."  Well, we can't assume that, since FreeBSD runs
> on 386s and up.

Well, if you want everything to go faster, you optimize for the hardware
you're actually gonna run on. Now, it would be quite possible too add
ifdefs so that you would add -DOPTIMIZE_FOR_PENTIUM to CFLAGS in make.conf
and then make world. And libc would be compiled with that optimization, etc.

  /Mikael


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804031420.QAA05837>