From f9faeafccd43fe415773256f1becd34b66408086 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 20 Oct 2006 10:32:20 +0000 Subject: Let's undocument -Dusesfio in INSTALL. p4raw-id: //depot/perl@29061 --- INSTALL | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 43f28d5372..6fb66653c3 100644 --- a/INSTALL +++ b/INSTALL @@ -475,33 +475,6 @@ line with or interactively at the appropriate Configure prompt. -With the PerlIO abstraction layer, there is another possibility for -the underlying IO calls, AT&T's "sfio". This has superior performance -to stdio.h in many cases, and is extensible by the use of "discipline" -modules ("Native" PerlIO has them too). Sfio currently only builds on -a subset of the UNIX platforms perl supports. Because the data -structures are completely different from stdio, perl extension modules -or external libraries may not work. This configuration exists to -allow these issues to be worked on. - -This option requires the 'sfio' package to have been built and installed. -The latest sfio is available from http://www.research.att.com/sw/tools/sfio/ - -You select this option by - - sh Configure -Duseperlio -Dusesfio - -If you have already selected -Duseperlio, and if Configure detects -that you have sfio, then sfio will be the default suggested by -Configure. - -Note: On some systems, sfio's iffe configuration script fails to -detect that you have an atexit function (or equivalent). Apparently, -this is a problem at least for some versions of Linux and SunOS 4. -Configure should detect this problem and warn you about problems with -_exit vs. exit. If you have this problem, the fix is to go back to -your sfio sources and correct iffe's guess about atexit. - =head3 Algorithmic Complexity Attacks on Hashes In Perls 5.8.0 and earlier it was easy to create degenerate hashes. -- cgit v1.2.1