Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jul 1996 00:18:14 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/i386 pmap.c
Message-ID:  <199607120718.AAA09803@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

bde         96/07/12 00:18:14

  Modified:    sys/i386/i386  pmap.c
  Log:
  Removed "optimization" using gcc's builtin memcpy instead of bcopy.
  There is little difference now since the amount copied is large,
  and bcopy will become much faster on some machines.
  
  Revision  Changes    Path
  1.109     +2 -5      src/sys/i386/i386/pmap.c



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