From owner-freebsd-current Thu Nov 23 11:32: 6 2000 Delivered-To: freebsd-current@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id CBE9B37B4CF for ; Thu, 23 Nov 2000 11:32:04 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id eANJVEW21174; Thu, 23 Nov 2000 11:31:14 -0800 (PST) (envelope-from dillon) Date: Thu, 23 Nov 2000 11:31:14 -0800 (PST) From: Matt Dillon Message-Id: <200011231931.eANJVEW21174@earth.backplane.com> To: Julian Elischer Cc: current@FreeBSD.ORG Subject: Re: slight improvement in locore.s? References: <3A1D47C6.D35464F0@elischer.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :might it be a very slight optimisation to change this to: :#define ALLOCPAGES(foo) \ : movl R(physfree), %esi ; \ :... : movl $((foo)*PAGE_SIZE), %eax ; \ ... but why? -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message