|
12 | 12 | * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
13 | 13 | * Portions Copyright (c) 1994, Regents of the University of California
|
14 | 14 | *
|
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 $ |
16 | 16 | *
|
17 | 17 | *-------------------------------------------------------------------------
|
18 | 18 | */
|
@@ -574,11 +574,9 @@ typedef NameData *Name;
|
574 | 574 | *This has to be a macro because the main point is to avoid function-call
|
575 | 575 | *overhead.
|
576 | 576 | *
|
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 |
582 | 580 | */
|
583 | 581 | #defineMemSet(start,val,len) \
|
584 | 582 | do \
|
|