ecraven / r7rs-benchmarks

Benchmarks for various Scheme implementations. Taken with kind permission from the Larceny project, based on the Gabriel and Gambit benchmarks.
270 stars 32 forks source link

Guile compiles with -O3 #47

Closed wingo closed 1 month ago

bjoli commented 3 years ago

It should maybe be added that -O3 still does not do any unsafe optimizations. It does however speed some benchmarks up by 0-20%. Except for mbrot, the extreme outlier at something like 5x faster.

ecraven commented 1 month ago

Thanks!