From owner-freebsd-alpha Thu Jul 4 15:55:52 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 811D437B400 for ; Thu, 4 Jul 2002 15:55:50 -0700 (PDT) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DAF443E09 for ; Thu, 4 Jul 2002 15:55:50 -0700 (PDT) (envelope-from jnavarro@cs.rice.edu) Received: from localhost (localhost [127.0.0.1]) by cs.rice.edu (Postfix) with ESMTP id 9A5B14A9B3; Thu, 4 Jul 2002 17:55:49 -0500 (CDT) Received: from cs.rice.edu (luche.cs.rice.edu [128.42.3.219]) by cs.rice.edu (Postfix) with ESMTP id D68634A9EC; Thu, 4 Jul 2002 17:55:48 -0500 (CDT) Message-ID: <3D24D274.B9493391@cs.rice.edu> Date: Thu, 04 Jul 2002 17:55:48 -0500 From: Juan E Navarro X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Yoriaki FUJIMORI Cc: freebsd-alpha Subject: Re: linux super page/alpha References: <200206250649.g5P6nwN56776@prinz.fujimori.cache.waseda.ac.jp> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS snapshot-20010714 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Yoriaki FUJIMORI wrote: > Dear listers, > I was informed of the existence of the subject matter on > http://shimizu-lab.dt.u-tokai.ac.jp/lsp.html > > This page is written in English. > Is there any similar project on FreeBSD/alpha by somebody? Hi. I've been having fun with superpages for the past several months, and my experimentation platform is precisely FreeBSD/Alpha. The abstract of a recent paper is below. You can find the full paper at the project's web page: http://www.cs.rice.edu/~jnavarro/mitosis Feel free to ask any question you may have. Cheers. -- ++*Juan-- --------------------------------------------------------------- Practical, transparent operating system support for superpages Juan Navarro, Sitaram Iyer, Peter Druschel and Alan Cox. Abstract Most general-purpose processors provide support for memory pages of large sizes, called superpages. Superpages enable each entry in the translation lookaside buffer (TLB) to map a large physical memory region into virtual address space. This dramatically increases TLB coverage, reduces TLB misses, and promises performance improvements for many applications. However, supporting superpages poses several challenges to the operating system, in terms of superpage allocation and promotion tradeoffs, fragmentation control, etc. We analyze these issues, and propose the design of an effective superpage management system. We implement it in FreeBSD on the Alpha CPU, and evaluate it on real workloads and benchmarks. We obtain substantial performance benefits, often exceeding 30%; these benefits are sustained even under stressful workload scenarios. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message