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/

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