From owner-cvs-all Wed Oct 31 12: 2:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BDE537B403; Wed, 31 Oct 2001 12:02:28 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9VK2SZ68109; Wed, 31 Oct 2001 12:02:28 -0800 (PST) (envelope-from dfr) Message-Id: <200110312002.f9VK2SZ68109@freefall.freebsd.org> From: Doug Rabson Date: Wed, 31 Oct 2001 12:02:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 exception.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/10/31 12:02:28 PST Modified files: sys/ia64/ia64 exception.s Log: Experiment with rewriting the syscall() wrapper using explicit bundling and trying to reduce stalls from reading certain high latency registers. This should be faster than the old syscall code. Its certainly a lot smaller. Revision Changes Path 1.24 +254 -189 src/sys/ia64/ia64/exception.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message