More data points about the Storable optimization problem
Jarkko Hietaniemi [Sat, 23 Aug 2003 07:41:11 +0000 (07:41 +0000)]
in Linux.  (It might be that also non-Debians are affected,
waiting for more information.)

p4raw-id: //depot/perl@20854

ext/Storable/hints/linux.pl

index 6401081..8ea0dc1 100644 (file)
@@ -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' &&