X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlintern.pod;h=544b87887f9f929bc0adba6455136ab871896044;hb=6aa71d6ea27a640886ba2dcf7250d1be73560df8;hp=6ca016cfcc88a5cb27b61abca7b5b31518adae85;hpb=8fb26106616b06907474b33cfb67b5e1e186bd1a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlintern.pod b/pod/perlintern.pod index 6ca016c..544b878 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -131,7 +131,7 @@ Found in file sv.c Function called by C to spawn a glob (or do the glob inside perl on VMS). This code used to be inline, but now perl uses C -this glob starter is only used by miniperl during the build proccess. +this glob starter is only used by miniperl during the build process. Moving it away shrinks pp_hot.c; shrinking pp_hot.c helps speed perl up. PerlIO* start_glob(SV* pattern, IO *io)