From owner-freebsd-commit Tue Jul 11 12:40:13 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA02036 for commit-outgoing; Tue, 11 Jul 1995 12:40:13 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA02019 for cvs-sys-outgoing; Tue, 11 Jul 1995 12:40:06 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA02001 ; Tue, 11 Jul 1995 12:39:57 -0700 Date: Tue, 11 Jul 1995 12:39:57 -0700 From: Bruce Evans Message-Id: <199507111939.MAA02001@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern tty_subr.c Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/07/11 12:39:56 Modified: sys/kern tty_subr.c Log: Optimize the zeroing of quotes. b_to_q() was always taking about 20% of its time zeroing quotes although quotes are not very common. E.g., there are never any quotes in output queues.