X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlintern.pod;h=544b87887f9f929bc0adba6455136ab871896044;hb=6aa71d6ea27a640886ba2dcf7250d1be73560df8;hp=a0cf47c0497db849fc36928c4709cae600d7eff8;hpb=645c22eff49f10f8bfaa5864a990561e60fea631;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlintern.pod b/pod/perlintern.pod index a0cf47c..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) @@ -153,7 +153,7 @@ Found in file sv.c Decrement the refcnt of each remaining SV, possibly triggering a cleanup. This function may have to be called multiple times to free -SVs which are in complex self-referential heirarchies. +SVs which are in complex self-referential hierarchies. I32 sv_clean_all()