guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What's the plan about language-joiner?


From: Nala Ginrut
Subject: Re: What's the plan about language-joiner?
Date: Tue, 22 Jan 2013 16:35:26 +0800

On Tue, 2013-01-22 at 16:31 +0800, Nala Ginrut wrote:
> On Tue, 2013-01-22 at 09:22 +0100, Andy Wingo wrote:
> > On Sat 08 Dec 2012 16:47, Nala Ginrut <address@hidden> writes:
> > 
> > > Test code here:
> > > ------------------------cut--------------------------
> > > # echo "(+ 1 1)" > aa.scm
> > > # guild compile aa.scm --from=scheme --to=glil -o aa.glil
> > > # guild compile aa.glil --from=glil --to=assembly -o aa.asm
> > > ------------------------end--------------------------
> > >
> > > Error throws: "don't know how to join expressions"
> > 
> > Fixed.  Thanks for the report :)
> > 
> > Andy
> 
> 
> Thanks for fixing that. Now it's possible to write an external compiler
> to compile glil into jvm-bytecode or newer-register-VM-bytecode(if any
> necessary).
> 

A little explanation: this fix is not relate to an external compiler,
but I thought it's not available to convert glil into lower. From the
patch I learned something about it.

Thanks!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]