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
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]
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
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
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
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 1099511627776 1208925819614629174706176)
Types can al