summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-23 07:41:11 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-23 07:41:11 +0000
commit08ee46b53d9967e7ffae33a3125bf7fe978a64e7 (patch)
treedfa9d5caf043bd00404216f3b9450ba466d75bb9 /ext
parent37c0adebee4df35675070b1f30e9578094f823d7 (diff)
downloadperl-08ee46b53d9967e7ffae33a3125bf7fe978a64e7.tar.gz
More data points about the Storable optimization problem
in Linux. (It might be that also non-Debians are affected, waiting for more information.) p4raw-id: //depot/perl@20854
Diffstat (limited to 'ext')
-rw-r--r--ext/Storable/hints/linux.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/Storable/hints/linux.pl b/ext/Storable/hints/linux.pl
index 64010812c7..8ea0dc1346 100644
--- a/ext/Storable/hints/linux.pl
+++ b/ext/Storable/hints/linux.pl
@@ -3,7 +3,8 @@
# and last_op_in_netorder(), respectively. In both cases the cxt is
# full of junk (and according to valgrind the cxt was never stack'd,
# malloc'd or free'd). Observed in Debian 3.0 x86, both with gccs
-# 2.95.4 20011002 and 3.3.
+# 2.95.4 20011002 and 3.3. The failures are seen only for unthreaded
+# builds, threaded builds work okay.
use Config;
$self->{OPTIMIZE} = '-O2'
if -f '/etc/debian_version' &&