This is the mail archive of the guile@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Guile is becoming as fast as rep


Keisuke Nishida writes:
|I tried the same benchmark with the current Guile and my VM:
|
|      With byte-compile
|        current rep        5706 (1.0)
|        Guile with VM      5451 (.96)

Wow, that's really impressive (especially as the rep vm has been around
longer than yours..)

One question: exactly which version of rep did you test against? The
version I'm releasing shortly (0.13) is about 60% faster than the
previous version on this benchmark (there was a stupid bug in the
compiler which affected the inner loop)

|
|      Without byte-compile
|        current rep         168 (1.0)
|        current Guile       679 (4.0)

I've not been trying to make interpreted code run fast, so I'm not
surprised by this..

|
|Anyway, just for your information.

thanks,

	John

_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]