With MoarMV at c506bb31535a and NQP at 9466ff0d7ac54291 (current HEADs)
with this change in src/gc/collect.h
-#define MVM_NURSERY_SIZE 2097152
+#define MVM_NURSERY_SIZE (1024 * 1646)
MoarVM deadlocks in t/serialization/01-basic.t
If I run helgrind (which I'd never tried before, so this is ne
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #120838]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=120838 >
r: sub a (:$b) {say $b}; a(:b) # this works
rakudo-parrot 1049b4, rakudo-jvm 1049b4: O
On Dec 21, 2013, at 12:00 AM, Moritz Lenz wrote:
> On 12/20/2013 04:52 AM, Richard Hainsworth wrote:
>> OK x not xx.
>>
>> The doubling of operators is confusing.
>
> OTOH having a single operator which two different meanings is also confusing
> (and very un-perlish).
Sometimes, yeah. On a r
On 12/20/2013 04:52 AM, Richard Hainsworth wrote:
OK x not xx.
The doubling of operators is confusing.
OTOH having a single operator which two different meanings is also
confusing (and very un-perlish).
Cheers,
Moritz