Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 1995 10:59:24 -0700
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/i386/isa syscons.c
Message-ID:  <199507111759.KAA28715@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507111759.KAA28715>