[ previous | index | next ]


Compiling and running the nboyer4 benchmark

> (current-directory
    "C:\\Program Files\\PLT\\CommonLarceny")
> (load "Util\\dotnet.sch")
> (larceny-setup "Larceny" 'win32 'little)
> (setup-directory-structure)
> (build-config-files)
> (load-compiler)
> (compiler-switches 'fast-safe)
> (peephole-optimization #t)
> (current-directory "../Benchmarks")
> (compile-application '("nboyer.sch") "nboyer")
> (load "nboyer.fasl")
> (nboyer-benchmark 4)