From owner-freebsd-i386@FreeBSD.ORG Wed Jul 14 07:07:04 2010 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B2781065673; Wed, 14 Jul 2010 07:07:04 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1366A8FC0A; Wed, 14 Jul 2010 07:07:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6E773TF067330; Wed, 14 Jul 2010 07:07:03 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6E773ff067326; Wed, 14 Jul 2010 07:07:03 GMT (envelope-from remko) Date: Wed, 14 Jul 2010 07:07:03 GMT Message-Id: <201007140707.o6E773ff067326@freefall.freebsd.org> To: simon@comsys.ntu-kpi.kiev.ua, remko@FreeBSD.org, freebsd-i386@FreeBSD.org From: remko@FreeBSD.org Cc: Subject: Re: i386/79091: [i386] [patch] Small optimization for i386/support.s X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2010 07:07:04 -0000 Synopsis: [i386] [patch] Small optimization for i386/support.s State-Changed-From-To: open->feedback State-Changed-By: remko State-Changed-When: Wed Jul 14 07:06:16 UTC 2010 State-Changed-Why: Hello, the code in question is using 'rcx' now instead of 'ecx'to restore the registers. That might have solved your problem can you please have a look at that please and confirm whether it's still relevant? http://www.freebsd.org/cgi/query-pr.cgi?pr=79091