[perl6/specs] 065965: /IO::Locally/IO::Pathy/

2015-01-06 Thread GitHub
Branch: refs/heads/newio Home: https://github.com/perl6/specs Commit: 065965da747f63efd7b592143b875ca1df9c355a https://github.com/perl6/specs/commit/065965da747f63efd7b592143b875ca1df9c355a Author: Elizabeth Mattijsen Date: 2015-01-05 (Mon, 05 Jan 2015) Changed paths: M

[perl6/specs] bbb7d5: Some organizational tweaks

2015-01-06 Thread GitHub
Branch: refs/heads/newio Home: https://github.com/perl6/specs Commit: bbb7d544e8826bea77fa78b19db7b7720c26c60f https://github.com/perl6/specs/commit/bbb7d544e8826bea77fa78b19db7b7720c26c60f Author: Elizabeth Mattijsen Date: 2015-01-05 (Mon, 05 Jan 2015) Changed paths: M

[perl6/specs] 48af14: Mention unspace disallowed in regex (except \#)

2015-01-06 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 48af140e234f252242d3ed6224b2b1a15a748185 https://github.com/perl6/specs/commit/48af140e234f252242d3ed6224b2b1a15a748185 Author: TimToady Date: 2015-01-05 (Mon, 05 Jan 2015) Changed paths: M S02-bits.

Fwd: Eliminating the spesh codegen for jittable frames

2015-01-06 Thread Bart Wiegmans
Forwarding this to the general compiler mailing list. It's about MoarVM, spesh and the JIT. Long story short, the MoarVM JIT relies subtly on the earlier code-generation of specialized (interpreted) code, which will in all likelihood never be executed. But because the JIT relies on it - or rather f

[perl #116719] [BUG] Internal error message on Z=> in enum declaration in Rakudo

2015-01-06 Thread Christian Bartolomaeus via RT
This command no longer results in an internal error message. But the resulting enum is not what I expected in the first place (but maybe it's technically correct): $ perl6 -e 'enum Color ( Z=> 1,2,4); say Color.enums' "red\t1 green\t2 purple\t4" => 0 I get the same result when I add an extra pa

Re: Profiling Perl 6 code

2015-01-06 Thread Tobias Leich
There is only one file to look for: profile-\d+.html in your cwd. And as a side note: do not profile code that runs that long. 8 minutes of execution will produce an html file (with a json blob) of several hundreds of megabytes. Your browser won't cope with that. Try to profile only for a single h