summaryrefslogtreecommitdiff
path: root/README.tru64
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2002-11-04 11:04:45 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2002-11-04 11:04:45 +0000
commit532eb83898dc393c9f89b475b9f77385c39eff97 (patch)
treec547178d8fb5916417379ae553d89e1813588a51 /README.tru64
parent36ff553a583c4cf410ae2cdb94540deb35e73107 (diff)
downloadperl-532eb83898dc393c9f89b475b9f77385c39eff97.tar.gz
Tru64, gcc -O3, datasize
Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi> p4raw-id: //depot/perl@18084
Diffstat (limited to 'README.tru64')
-rw-r--r--README.tru648
1 files changed, 8 insertions, 0 deletions
diff --git a/README.tru64 b/README.tru64
index 297cab8327..e852a5cb11 100644
--- a/README.tru64
+++ b/README.tru64
@@ -26,6 +26,14 @@ of the op/regexp and op/pat, or ext/Storable tests dumping core
(the exact pattern of failures depending on the GCC release and
optimization flags).
+gcc 3.2.1 is known to work okay with Perl 5.8.0. However, when
+optimizing the toke.c gcc likes to have a lot of memory, 256 megabytes
+seems to be enough. The default setting of the process data section
+in Tru64 should be one gigabyte, but some sites/setups might have
+lowered that. The configuration process of Perl checks for too low
+process limits, and lowers the optimization for the toke.c if
+necessary, and also gives advice on how to raise the process limits.
+
=head2 Using Large Files with Perl on Tru64
In Tru64 Perl is automatically able to use large files, that is,