Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit59da96b

Browse files
committed
Update MemSet comments.
1 parent56ece37 commit59da96b

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
#defineMemSet(start,val,len) \
584582
do \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp