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
# 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
# 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
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 588f3ef1964d440d1e1cfc20dd17e84a9600f521
https://github.com/perl6/specs/commit/588f3ef1964d440d1e1cfc20dd17e84a9600f521
Author: Larry Wall
Date: 2012-01-31 (Tue, 31 Jan 2012)
Changed paths:
M S03-ope
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: c7c7def0941ba1713d1fd09481dcb012259a6102
https://github.com/perl6/specs/commit/c7c7def0941ba1713d1fd09481dcb012259a6102
Author: Larry Wall
Date: 2012-01-31 (Tue, 31 Jan 2012)
Changed paths:
M S03-ope
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