projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
23916b2
)
Doc change explaining usemymalloc='n'.
author
Chip Salzenberg <chip@pobox.com>
Sun, 9 Feb 2003 17:32:12 +0000 (17:32 +0000)
committer
chip <chip@pobox.com>
Sun, 9 Feb 2003 17:32:12 +0000 (17:32 +0000)
p4raw-id: //depot/maint-5.005/perl@18679
hints/linux.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/linux.sh
b/hints/linux.sh
index
4764e9e
..
a5817b5
100644
(file)
--- a/
hints/linux.sh
+++ b/
hints/linux.sh
@@
-60,7
+60,9
@@
libswanted="$*"
# function in <sys/stat.h>.
d_lstat=define
-# Explanation?
+# The system malloc() is about as fast and as frugal as perl's.
+# Since the system malloc() has been the default since at least
+# 5.001, we might as well leave it that way. --AD 10 Jan 2002
case "$usemymalloc" in
'') usemymalloc='n' ;;
esac