Re: JIT compilation with callbacks into Scheme

2016-10-22 Thread Amirouche Boubekki
On 2016-10-21 22:06, Jan Wedekind wrote: 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 i

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