Guile Mailing List Archive

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

Re: Is guile byte-code compiled?



Greg Harvey <Greg.Harvey@thezone.net> writes:

> A poorly written bc; there's no reason a bc interpreter can't
> implement the same optimizations as the current interpreter, as well
> as compiler optimizations. The thing is, is it worth the effort (or
> is it better to work on making hobbit more simple to use... no
> offense to Bernard Urban :)

Well, I managed to push SART through hobbit (the only thing that
needed to change was #i(.....) -> something else - I'm not sure if
hobbit can work with literals now). The result was under 50% in all
the cases I tried - SART spends REALLY lots of time in C.

In my opinion, the only other way to measurably improve SART speed
would be gengc - the C code still conses a lot.

-- 
I refuse to use .sig

Guile Home | Main Index | Thread Index