Re: JIT compiler

2006-01-11 Thread Ludovic Courtès
Hi, Marius Vollmer <[EMAIL PROTECTED]> writes: > Aaron VanDevender <[EMAIL PROTECTED]> writes: > >> What about the gnu-lightning stuff in the guile cvs tree? Isn't that >> supposed to be a JIT/VM for guile? > > No, that was just an experiment. These are Guile bindings for GNU Lightning, i.e., it

Re: JIT compiler

2006-01-10 Thread Aaron VanDevender
What about the gnu-lightning stuff in the guile cvs tree? Isn't that supposed to be a JIT/VM for guile? On Fri, 2005-12-30 at 13:14 +, Neil Jerram wrote: > Leonardo Lopes Pereira <[EMAIL PROTECTED]> writes: > > > I would like to know if there is any Just-in-time compiler related > > resourse

Re: JIT compiler

2006-01-10 Thread Neil Jerram
[EMAIL PROTECTED] (Ludovic Courtès) writes: > `autogen.sh' was broken. You can run `tla update' and give it another > try if you want. Thanks, builds fine now. FWIW I get a couple of warnings from libtoolize, which may imply that you should add --force: libtoolize: `config.guess' exists: use `

Re: JIT compiler

2006-01-10 Thread Ludovic Courtès
Hi Neil, Neil Jerram <[EMAIL PROTECTED]> writes: > make[2]: Entering directory `/home/neil/arch/guile-vm/src' > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. > -I/usr/local/include -pthread -Wall -g -pg -g -O2 -MT envs.lo -MD -MP -MF > ".deps/envs.Tpo" \ > -c -o envs.

Re: JIT compiler

2006-01-09 Thread Neil Jerram
[EMAIL PROTECTED] (Ludovic Courtès) writes: > Sure, and it's called `update'. :-) To summarize: > > # Teach tla that some archive (or ``repository'') is available at URI. > $ tla register-archive URI > > # At this point, it knows that an archive named > # [EMAIL PROTECTED]' is available

Re: JIT compiler

2006-01-09 Thread Ludovic Courtès
David Pirotte <[EMAIL PROTECTED]> writes: >> $ tla get [EMAIL PROTECTED]/guile-vm--revival--0.6 guile-vm >> >> ^^^ >> ||| >> name of the archive

Re: JIT compiler

2006-01-09 Thread Neil Jerram
[EMAIL PROTECTED] (Ludovic Courtès) writes: > `get' is quite interesting too, once you're done with > `register-archive'. ;-) > > $ tla get [EMAIL PROTECTED]/guile-vm--revival--0.6 guile-vm > > ^^^ > |

Re: JIT compiler

2006-01-09 Thread David Pirotte
On Mon, 09 Jan 2006 10:13:40 +0100 [EMAIL PROTECTED] (Ludovic Courtès) wrote: > Hi Neil, > > Neil Jerram <[EMAIL PROTECTED]> writes: > > >> You can > >> look at it in my GNU Arch archive if that is of interest to you: > >> > >> $ tla register-archive http://www.laas.fr/~lcourtes/software/arch

Re: JIT compiler

2006-01-09 Thread Ludovic Courtès
Hi Neil, Neil Jerram <[EMAIL PROTECTED]> writes: >> You can >> look at it in my GNU Arch archive if that is of interest to you: >> >> $ tla register-archive http://www.laas.fr/~lcourtes/software/arch-2004/ > > Hmm. I'll have to make another attempt to understand Arch, then; I'm > afraid it co

Re: JIT compiler

2006-01-08 Thread Han-Wen Nienhuys
In article <[EMAIL PROTECTED]>, Neil Jerram <[EMAIL PROTECTED]> wrote: >> Indeed, I'm still slowly trying to revive Guile-VM, written by >> Keishude Nishida 5 years ago, and I'm making some progress. > >That's good to know; it looked very promising before. > >> You can >> look at it in my GNU

Re: JIT compiler

2006-01-07 Thread Neil Jerram
[EMAIL PROTECTED] (Ludovic Courtès) writes: > Neil Jerram <[EMAIL PROTECTED]> writes: > >> There have also been a few attempts at a Guile VM, and compiling for >> the VM, in case that is of interest to you. > > Indeed, I'm still slowly trying to revive Guile-VM, written by > Keishude Nishida 5

Re: JIT compiler

2006-01-04 Thread Kjetil S. Matheussen
Neil Jerram: Leonardo Lopes Pereira <[EMAIL PROTECTED]> writes: I would like to know if there is any Just-in-time compiler related resourse on Guile. There is guile-hobbit, which is a normal compiler, but I'm not sure if it is working with all features of current Guile. I'm not aware of an

Re: JIT compiler

2006-01-03 Thread Ludovic Courtès
Neil Jerram <[EMAIL PROTECTED]> writes: > There have also been a few attempts at a Guile VM, and compiling for > the VM, in case that is of interest to you. Indeed, I'm still slowly trying to revive Guile-VM, written by Keishude Nishida 5 years ago, and I'm making some progress. You can look

Re: JIT compiler

2005-12-30 Thread Neil Jerram
Leonardo Lopes Pereira <[EMAIL PROTECTED]> writes: > I would like to know if there is any Just-in-time compiler related > resourse on Guile. There is guile-hobbit, which is a normal compiler, but I'm not sure if it is working with all features of current Guile. I'm not aware of any JIT compiler