It turned out that my system really runs out of memory (2Gb without
swap is not enough, make process takes more than 1Gb).
After creating swap partition everything works as expected.
Thank you for quick reply and for your help.
Iaroslav Tymchenko
2012/1/30 Nicholas Clark via RT :
> On Mon, Jan 3
# New Ticket Created by Timothy Totten
# Please include the string: [perl #109500]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=109500 >
Some infix operators, including at least infix:<->, infix:«<» and
infix:<==> se
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #109476]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=109476 >
perl6: my %h = ( => []); push %h, my $foo =
"bar"; say $foo; # I'm a expecting
Stefan O'Rear wrote:
Niecza now supports constant folding! If you mark a sub 'is pure' and call
it with sufficiently constant arguments, it will be replaced at compile time
with the result of the call, provided said call does not throw an exception.
What constitutes "sufficiently constant" is no