Since the OS X 10.9 release which introduced thread-local storage
support in clang on darwin. two failures have occurred on darwin in
the guile 2.0.x test suite
FAIL: srfi-18.test: thread-terminate!: termination destroys non-started thread
FAIL: srfi-18.test: thread-terminate!: termination d
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