A follow-up to this email:
On Fri, May 23, 2014 at 8:35 AM, David Mertens
wrote:
> Hey everyone,
>
> C::Blocks is a new TinyCC-based module, presently only available on
> github. (1) It jit-compiles blocks of C code, building and inserting OPs
> into the Perl OP tree, making invocation of C code
riday, May 23, 2014 10:35 PM
> *To:* perl-xs@perl.org ; Perl Inline Mail List
> *Subject:* Announcing C::Blocks, a different way to interface Perl and C
> code
>Hey everyone,
>
> tl;dr: C::Blocks is a new TinyCC-based module, presently only available on
> github. (1) It ji
I for one welcome our new C::Blocks overlords! :-)
On Fri, May 23, 2014 at 5:35 AM, David Mertens wrote:
> Hey everyone,
>
> tl;dr: C::Blocks is a new TinyCC-based module, presently only available on
> github. (1) It jit-compiles blocks of C code, building and inserting OPs
> into the Perl OP tr
not-so-inline :-)
Cheers,
Rob
From: David Mertens
Sent: Friday, May 23, 2014 10:35 PM
To: perl-xs@perl.org ; Perl Inline Mail List
Subject: Announcing C::Blocks, a different way to interface Perl and C code
Hey everyone,
tl;dr: C::Blocks is a new TinyCC-based module, presently only available
Hey everyone,
tl;dr: C::Blocks is a new TinyCC-based module, presently only available on
github. (1) It jit-compiles blocks of C code, building and inserting OPs
into the Perl OP tree, making invocation of C code essentially free. (2) It
will allow different blocks of C code to share function and