[perl6/specs] 3d8010: Fix ASCII graph formatting

2014-02-19 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 3d80107ddb9a7b197107a9040e698b8c78c67a55 https://github.com/perl6/specs/commit/3d80107ddb9a7b197107a9040e698b8c78c67a55 Author: Mouq Date: 2014-02-19 (Wed, 19 Feb 2014) Changed paths: M S26-documenta

Re: static inline probing for MoarVM

2014-02-19 Thread Nicholas Clark
On Tue, Feb 18, 2014 at 12:02:50PM -0500, Andy Dougherty wrote: > On Tue, Feb 18, 2014 at 03:11:01PM +, Nicholas Clark wrote: > > Andy, is it OK to use your Perl 5 static inline probing code in MoarVM? > > Absolutely. Please feel free. Perl 5's Configure script is actually > public domain on

[perl #121273] [BUG] Moar losing a 0 from end of exponent

2014-02-19 Thread via RT
# New Ticket Created by # Please include the string: [perl #121273] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=121273 > Rakudo 2014.01-94-g230a54b, MoarVM 2014.01-211-gda1a, under linux kernel 3.2 64-bit my $a = 2**128/

[perl6/specs] 03d49e: Make create_contents.p6 generate a valid Pod6 file...

2014-02-19 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 03d49e0e6a6941988ef30ea930ed64f12ae04f24 https://github.com/perl6/specs/commit/03d49e0e6a6941988ef30ea930ed64f12ae04f24 Author: lue Date: 2014-02-17 (Mon, 17 Feb 2014) Changed paths: M contents.pod

[perl6/specs] 10590d: Make create_contents a bit more idiomatic P6

2014-02-19 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 10590d4f6e0cbce62f4cbd31bdfc433a1f7e74a4 https://github.com/perl6/specs/commit/10590d4f6e0cbce62f4cbd31bdfc433a1f7e74a4 Author: Elizabeth Mattijsen Date: 2014-02-18 (Tue, 18 Feb 2014) Changed paths:

Re: Convert MVM_WB to an inline function.

2014-02-19 Thread Nicholas Clark
On Tue, Feb 18, 2014 at 08:52:42PM +, Nicholas Clark wrote: > Hence the first two patches (to Rakudo and Moar) that get a pointer to the > MVMCollectable contained within every object. Which applies on its own, > without adding any compiler warnings. Fail. 2 copies of the Moar patch. And no c

Re: static inline probing for MoarVM

2014-02-19 Thread Jonathan Worthington
On 2/18/2014 16:15, Nicholas Clark wrote: On Tue, Feb 18, 2014 at 03:11:01PM +, Nicholas Clark wrote: Attached is the proposed patch, which implements compiler based probing for the MoarVM Configure.pl. Tested on OS X, FreeBSD, Linux, HP/UX and AIX. Not tested on Win32, so might not work th