Re: Announcing C::Blocks, a different way to interface Perl and C code

2015-08-03 Thread David Mertens
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

Re: Announcing C::Blocks, a different way to interface Perl and C code

2014-05-24 Thread David Mertens
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

Re: Announcing C::Blocks, a different way to interface Perl and C code

2014-05-24 Thread Ingy dot Net
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

Re: Announcing C::Blocks, a different way to interface Perl and C code

2014-05-23 Thread sisyphus1
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

Announcing C::Blocks, a different way to interface Perl and C code

2014-05-23 Thread David Mertens
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