Re: any testing of guile with clang on linux?

2016-10-21 Thread Jack Howarth
On Fri, Oct 21, 2016 at 4:48 AM, Alex Vong wrote: > Hello, > > I try to build guile using clang 3.8.1 on gnu/linux. One test fails so > far. Here is the test log: > Actually, I installed Fedora 24 x86_64 under Virtualbox on a MacPro last night and tested a build of guile 2.0.13 using clang 3.8 wh

Re: JIT compilation with callbacks into Scheme

2016-10-21 Thread Jan Wedekind
On Fri, 21 Oct 2016, Amirouche Boubekki wrote: On 2016-10-21 14:13, Jan Wedekind wrote: On Fri, 21 Oct 2016, Amirouche Boubekki wrote: Héllo Jan! On 2016-10-20 22:14, Jan Wedekind wrote: Hi, I managed to implement JIT compilation of method calls into the Guile interpreter (AIscm 0.8.2 [1]

Re: JIT compilation with callbacks into Scheme

2016-10-21 Thread Amirouche Boubekki
On 2016-10-21 14:13, Jan Wedekind wrote: On Fri, 21 Oct 2016, Amirouche Boubekki wrote: Héllo Jan! On 2016-10-20 22:14, Jan Wedekind wrote: Hi, I managed to implement JIT compilation of method calls into the Guile interpreter (AIscm 0.8.2 [1]): [...] [1] http://wedesoft.github.io/aisc

Re: JIT compilation with callbacks into Scheme

2016-10-21 Thread Jan Wedekind
On Fri, 21 Oct 2016, Amirouche Boubekki wrote: Héllo Jan! On 2016-10-20 22:14, Jan Wedekind wrote: Hi, I managed to implement JIT compilation of method calls into the Guile interpreter (AIscm 0.8.2 [1]): (use-modules (oop goops) (aiscm sequence) (aiscm obj) (aiscm jit)) (<< 1 (* 10

Re: JIT compilation with callbacks into Scheme

2016-10-21 Thread Amirouche Boubekki
Héllo Jan! On 2016-10-20 22:14, Jan Wedekind wrote: Hi, I managed to implement JIT compilation of method calls into the Guile interpreter (AIscm 0.8.2 [1]): (use-modules (oop goops) (aiscm sequence) (aiscm obj) (aiscm jit)) (<< 1 (* 10 (seq 1 2 4 8))) ;#>: ;(1024 1048576 1099