From owner-freebsd-current@FreeBSD.ORG Sat Jan 14 19:36:05 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B146516A420 for ; Sat, 14 Jan 2006 19:36:05 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ADDC43D45 for ; Sat, 14 Jan 2006 19:36:05 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from [192.168.0.2] (c-24-6-173-198.hsd1.ca.comcast.net [24.6.173.198]) by elvis.mu.org (Postfix) with ESMTP id 4D9641A3C1C; Sat, 14 Jan 2006 11:36:05 -0800 (PST) Message-ID: <43C952A3.5020009@FreeBSD.org> Date: Sat, 14 Jan 2006 11:36:03 -0800 From: Suleiman Souhlal User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <20060114095318.GA39508@stud.fit.vutbr.cz> <43C91972.7020901@samsco.org> In-Reply-To: <43C91972.7020901@samsco.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Divacky Roman , current@freebsd.org Subject: Re: sysenter patch question X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 19:36:05 -0000 Scott Long wrote: > I was the last to work on the patch, and that was about a year or so > ago. It worked fine under fairly simple processes, but trying to run > things like KDE and Mozilla made it blow up fairly quickly. I suspect > that it has something to do with thread upcalls, but I never got around > to figuring it out. If someone wants to pick it up, that would be > great. Note that this only matters for i386; amd64 has always had its > own version of sysenter that it uses. As far as I know, amd64 uses the SYSCALL instruction, which I believe, should have about the same performance as SYSENTER. --Suleiman