> At least I could easily put raw logs available to my webpage, I run the > benchmarks by hand anyway. Then I could try to polish my hacked benchmark > suite and send it upstream. There were some bugs introduced by my porting > efforts, I *think* I've fixed them all now :) If someone wants to try it it's > now available at > http://moonshine.kapsi.fi/bench-guile.tar.bz2 > > I am currently running the benchmarks and I will put the results for master > (compiled and interpreted) and 1.8.6 in text format to > http://moonshine.kapsi.fi/guile-results when finished. I'll try to hack > something neater during the next week or so. BTW, does anyone know if there > are guile bindings for any graphic library as I couldn't find any? If there > aren't, I'll do it in perl then, although I don't especially like perl. Hi, Results for guile-head are there, however not for 1.8.6 because I think there is a problem with threads (at least the same testcase works with git version). This program creates lots of threads but should only take some milliseconds to run on Linux. It goes into an infinite loop, or at least takes a very long time to execute as it run for several hours in the background while I was doing something else. Testcase attached. -- Juhani