Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Apr 2005 18:12:07 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/amd64/string bcmp.S src/sys/amd64/amd64 support.S
Message-ID:  <200504101812.j3AIC7w5072576@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2005-04-10 18:12:07 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/amd64/string bcmp.S 
    sys/amd64/amd64      support.S 
  Log:
  Eliminate a conditional branch and as a side-effect eliminate a branch to
  a return instruction.  (The latter is discouraged by the Opteron
  optimization manual because it disables branch prediction for the return
  instruction.)
  
  Reviewed by: bde
  
  Revision  Changes    Path
  1.2       +4 -5      src/lib/libc/amd64/string/bcmp.S
  1.114     +2 -5      src/sys/amd64/amd64/support.S



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