Michael G. Schwern [Tue, 18 Feb 2003 06:33:57 +0000 (06:33 +0000)]
Message-Id: <
20030217191403.A17553@ttul.org>
p4raw-id: //depot/perl@18740
# nm works.
usenm='true';
-# Optimize.
+# Optimizing for size also mean less resident memory usage on the part
+# of Perl. Apple asserts that this is a more important optimization than
+# saving on CPU cycles. Given that memory speed has not increased at
+# pace with CPU speed over time (on any platform), this is probably a
+# reasonable assertion.
if [ -z "${optimize}" ]; then
case "$osvers" in
[12345].*) optimize='-O3' ;;