[llvm-commits] [PATCH] Remove GNU particuliers from NewNightlyTest.pl , more system portable.
Edward O'Callaghan
eocallaghan at auroraux.org
Thu Jun 18 12:28:11 PDT 2009
Thank you very much Benjamin. This was much needed.
Regards,
Edward.
2009/6/18 Bob Wilson <bob.wilson at apple.com>:
> Nice cleanup. Thanks, Benjamin. I'm going to try it out with my
> nightly tester. If everything goes well, I'll commit your patch
> tomorrow.
>
> On Jun 18, 2009, at 4:31 AM, Benjamin Kramer wrote:
>
>> Sorry, but seeing this ugly perl code almost made my cry (not your
>> fault though). So I decided to port it to File::Find which is part
>> of perl's standard library.
>>
>> This gives us some advantages:
>> 1. portability: File::Find works even on windows ;)
>> 2. performance: the new code is >100 times faster on my machine. The
>> slowdown is probably caused by backtracking in the old regex
>> 3. cleanup: there were lots of duplicated code
>>
>>
>> <nightlyfind.patch>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
--
--
Edward O'Callaghan
http://www.auroraux.org/
eocallaghan at auroraux dot org
More information about the llvm-commits
mailing list