Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2009 15:30:45 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sparc64/sparc64 support.S
Message-ID:  <200903191531.n2JFV1Dk074378@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2009-03-19 15:30:45 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/sparc64/sparc64  support.S 
  Log:
  SVN rev 190066 on 2009-03-19 15:30:45Z by marius
  
  MFC: r185006
  
  Micro-optimize spitfire_block_{copy,zero}():
  - Predict the loop as taken as it's more likely that there's still
    data to copy and memory to zero respectively.
  - Don't waste the delay slot.
  
  Revision  Changes    Path
  1.32.2.3  +4 -9      src/sys/sparc64/sparc64/support.S



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