Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2015 13:02:40 +0000
From:      "kib (Konstantin Belousov)" <phabric-noreply@FreeBSD.org>
To:        freebsd-toolchain@freebsd.org
Subject:   [Differential] [Commented On] D2933: Significantly speed up ar(1) on UFS file systems
Message-ID:  <477917a4a4027dd0b775cf010fc861e5@localhost.localdomain>
In-Reply-To: <differential-rev-PHID-DREV-hkid5hylfsbts6yuvnph-req@FreeBSD.org>
References:  <differential-rev-PHID-DREV-hkid5hylfsbts6yuvnph-req@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
kib added inline comments.

INLINE COMMENTS
  usr.bin/ar/write.c:568 It is simpler to do
     if (s == 0)
       return;
     for (p = buf; p < buf + s; p += page_size)
        *p;
     *(volatile const char *)(buf + s - 1);
  
  I do not insist.

REVISION DETAIL
  https://reviews.freebsd.org/D2933

EMAIL PREFERENCES
  https://reviews.freebsd.org/settings/panel/emailpreferences/

To: emaste, kib, eadler
Cc: kib, freebsd-toolchain-list, dim, davide



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