From owner-freebsd-commit Tue Jul 11 10:59:32 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA28740 for commit-outgoing; Tue, 11 Jul 1995 10:59:32 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA28727 for cvs-sys-outgoing; Tue, 11 Jul 1995 10:59:29 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA28715 ; Tue, 11 Jul 1995 10:59:24 -0700 Date: Tue, 11 Jul 1995 10:59:24 -0700 From: Bruce Evans Message-Id: <199507111759.KAA28715@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/07/11 10:59:23 Modified: sys/i386/isa syscons.c Log: Speed up the inner loop of ansi_put() by a few percent. syscons' output is now only about 4-5 times slower than I want. It loses a factor of 2 for scrolling output by unnecessarily copying the screen buffer, a factor of 4/3 for dumb OPOST processing, and a factor of 3/2 for clist processing.