At 03:29 PM 3/9/00 -0800, [EMAIL PROTECTED] wrote:
>Dan Sugalski wrote:
>
> > Has anyone else noticed that the testing takes *forever* with this version 
> > of perl? I'm running on an 8400 with more than enough processor power 
> > (bunch of 525MHz EV6es) and, well, it's really *really* slow. (Like almost 
> > an hour and I'm not through with the tests yet)
>
>After your previous comment I went hunting for a dangling "}" and a "{"
>in perl.c and did not find the culprit :-(.  Unfortunately, I have many 
>other things to work on, so I was hoping I'd see a patch.

Assuming Eudora doesn't eat it:

--- perl.c;1    Thu Mar  9 16:10:45 2000
+++ perl.c      Thu Mar  9 16:13:01 2000
@@ -3411,8 +3411,8 @@
                           S_ISDIR(tmpstatbuf.st_mode))
                         av_push(GvAVn(PL_incgv), newSVsv(subdir));
                 }
-           }
  #endif
+           }
         }
  
         /* finally push this lib directory on the end of @INC */


                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to