From owner-freebsd-current Wed Apr 1 00:52:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16620 for freebsd-current-outgoing; Wed, 1 Apr 1998 00:52:53 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA16602; Wed, 1 Apr 1998 00:52:36 -0800 (PST) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: by outmail.utsunomiya-u.ac.jp id AA15480; Wed, 1 Apr 1998 17:51:08 +0900 Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id RAA06451; Wed, 1 Apr 1998 17:59:34 +0900 (JST) Message-Id: <199804010859.RAA06451@zodiac.mech.utsunomiya-u.ac.jp> To: ache@nagual.pp.ru Cc: current@FreeBSD.ORG, phk@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: -current X11 slowdown confirmation In-Reply-To: Your message of "Wed, 01 Apr 1998 12:30:18 +0400." <19980401123018.51652@nagual.pp.ru> References: <19980401123018.51652@nagual.pp.ru> Date: Wed, 01 Apr 1998 17:59:33 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Yes, very recent -current cause great X11 slowdown, I suppose some >latest phk's time variable related changes involved. What about possible >pieces of old code constantly polling for time without going to spl >protection, like syscons? With spl protection added they can cause great >slowdown. syscons refers to mono_time.tv_sec, but doesn't poll for it. Access to mono_time.tv_sec is atomic under i386, is it not? Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message