Skip to content

Commit 59da96b

Browse files
committed
Update MemSet comments.
1 parent 56ece37 commit 59da96b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/include/c.h

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
1313
* Portions Copyright (c) 1994, Regents of the University of California
1414
*
15-
* $Id: c.h,v 1.126 2002/09/04 22:54:18 petere Exp $
15+
* $Id: c.h,v 1.127 2002/10/08 19:17:58 momjian Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -574,11 +574,9 @@ typedef NameData *Name;
574574
* This has to be a macro because the main point is to avoid function-call
575575
* overhead.
576576
*
577-
* We got the 64 number by testing this against the stock memset() on
578-
* BSD/OS 3.0. Larger values were slower. bjm 1997/09/11
579-
*
580-
* I think the crossover point could be a good deal higher for
581-
* most platforms, actually. tgl 2000-03-19
577+
* We got the MEMSET_LOOP_LIMIT value by testing this against the libc
578+
* memset() on several platforms, some with assembly language versions.
579+
* bjm 2002-10-08
582580
*/
583581
#define MemSet(start, val, len) \
584582
do \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy