Perl 5 RT
Perl 5 RT
### From @jkeenan On Tue Dec 23 14​:23​:50 2014\, slaven@​rezic\.de wrote​: > The following script goes into an endless loop for all modern perl > versions \(5\.8\.9 \.\. 5\.21\.7\, seen...
The RT System itself - Status changed from 'new' to 'open'
### From @eserte Dana Uto 23\. Pro 2014\, 14​:50​:28\, jkeenan reče​: > On Tue Dec 23 14​:23​:50 2014\, slaven@​rezic\.de wrote​: > > The following script goes into an endless loop...
### From @Leont On Tue\, Dec 23\, 2014 at 11​:23 PM\, slaven@​rezic\.de \ wrote​: > > The following script goes into an endless loop for all modern perl > versions...
### From @eserte Dana Tue\, 23 Dec 2014 14​:23​:50 \-0800\, slaven@​rezic\.de reče​: > The following script goes into an endless loop for all modern perl > versions \(5\.8\.9 \.\. 5\.21\.7\,...
### From [email protected] $perl \-e 'print length\("x" x \(2\*\*30\)\)\, "\\n"' 1073741824 $perl \-e 'print length\("x" x \(2\*\*60\)\)\, "\\n"' Out of memory\! panic​: fold\_constants JMPENV\_PUSH returned 2 at \-e line 1\....
### From @jkeenan On Wed Oct 02 05​:40​:38 2013\, vsespb wrote​: > $perl \-e 'print length\("x" x \(2\*\*30\)\)\, "\\n"' > 1073741824 > > $perl \-e 'print length\("x" x \(2\*\*60\)\)\, "\\n"'...
The RT System itself - Status changed from 'new' to 'open'
### From [email protected] Maybe related to the fact that "Infinity" treated as \-1 sometimes perl \-e 'my @​a = \(71\, 72\); print $a\["info\\n"\]\, "\\n"' 72 explained here http​://www\.perlmonks\.org/?node\_id=657366 \(which looks...
### From @bulk88 The defined operator on a constant should be folded, it isn't. The 9 is folded, but it stops at the defined operator. ```perl use strict; use B::Concise;...