I would like to know if there is any Just-in-time compiler related
resourse on Guile.
___
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
Andy Wingo <[EMAIL PROTECTED]> writes:
> 1) functions that take C types normally are named scm_c_*. There are a
> few exceptions though:
The rule is that scm_c_foo is mostly the same as scm_foo, only with a
different calling convention that is easier for C. For example, we
have scm_vector_length
Marius Vollmer <[EMAIL PROTECTED]> writes:
> Andy Wingo <[EMAIL PROTECTED]> writes:
>
>> - scm_frame_begin, unwind_handler, etc -- should change because there
>> is also a SCM-based scm_frame interface
>
> Yeah, that's unfortunate. we have two things that are termed a
> "frame": he things dealt
Leonardo Lopes Pereira writes:
> I would like to know if there is any Just-in-time compiler related
> resourse on Guile.
there's a scheme implementation in Java called Kawa that is fairly similar
to guile, so maybe the Java JIT compiler works with Kawa.
Klaus Schilling
___
I wanna create a GNU project, so, it cannot use Kawa.
Em Fri, 30 Dec 2005 20:48:39 +0100
klaus schilling <[EMAIL PROTECTED]> escreveu:
> Leonardo Lopes Pereira writes:
> > I would like to know if there is any Just-in-time compiler
> > related resourse on Guile.
>
> there's a scheme implementat
Leonardo Lopes Pereira wrote:
> I wanna create a GNU project, so, it cannot use Kawa.
Kawa itself is a GNU project, according to the Free Software Directory.
cheers,
John
___
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman