develooper Front page | perl.perl5.porters | Postings from December 2000

Re: [PATCH] Fcntl constants speedup

Thread Previous | Thread Next
From:
Jarkko Hietaniemi
Date:
December 17, 2000 10:04
Subject:
Re: [PATCH] Fcntl constants speedup
Message ID:
20001217120425.B27490@chaos.wustl.edu
On Sun, Dec 17, 2000 at 05:53:20PM +0000, Nicholas Clark wrote:
> On Sun, Dec 17, 2000 at 11:27:32AM -0600, Jarkko Hietaniemi wrote:
> > Thanks, I need all the possible speedups I can find to pay for my
> > regex polymorphism patch :-)
> 
> Does this mean that the utf leakage detector might soon report OK on
> test 1? And that PerlIO will fix test 3?
> /usr/bin/perl5.004 ~/test/spot_utf.pl 
> # Input has length 1 
> ok 1
> ok 2
> ok 3

Well, yeah, but the chr(340) is an overripe red herring in 5.004...

> /usr/bin/perl5.6.0 ~/test/spot_utf.pl 
> # Input has length 1 
> not ok 1 # length is 2
> not ok 2 # length is 2
> not ok 3 # length is 2
> 
> /usr/local/bin/perl5.7.0 ~/test/spot_utf.pl 
> # Input has length 1 
> not ok 1 # length is 2
> not ok 2 # length is 2
> not ok 3 # length is 2
> 
> ./perl ~/test/spot_utf.pl 
> # Input has length 1 
> not ok 1 # length is 2
> ok 2
> Wide character in print at /home/nick/test/spot_utf.pl line 28.
> not ok 3 # length is 0

In bleadperl:

# Input has length 1 
ok 1
ok 2
Wide character in print at x line 28.
not ok 3 # length is 0

> 
> 
> Nicholas Clark

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About