Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 1997 08:24:15 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/boot/biosboot serial.S
Message-ID:  <199707131524.IAA25733@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1997/07/13 08:24:15 PDT

  Modified files:
    sys/i386/boot/biosboot serial.S 
  Log:
  Saved a few bytes by omitting frame pointers, using byte-sized
  instructions more (many cases were already intended to be byte-sized
  but were missing prefixes so gas assembled them bogusly), and
  rearranging a loop to test at the end.
  
  Revision  Changes    Path
  1.9       +14 -31    src/sys/i386/boot/biosboot/serial.S



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