> ===> test file ../tests/test-platform.sps with Ikarus > > *** testing platform API > > ; *** checks *** : 1 correct, 0 failed. > real 53.47 > user 53.24 > sys 0.21
Is there a reason why you're not precompiling these libraries? I tried: $ time ikarus --compile-dependencies tests/test-platform.sps Serializing "/home/aghuloum/.ikarus/precompiled/home/aghuloum/tmp/marcomaggi-nausicaa-0934875/scheme/src/libraries/checks.sls.ikarus-64bit-fasl" ... ... Serializing "/home/aghuloum/.ikarus/precompiled/home/aghuloum/tmp/marcomaggi-nausicaa-0934875/scheme/src/libraries/parameters.ikarus.sls.ikarus-64bit-fasl" ... real 0m44.306s user 0m42.510s sys 0m1.040s $ time ikarus --r6rs-script tests/test-platform.sps *** testing platform API ; *** checks *** : 1 correct, 0 failed. real 0m1.490s user 0m1.330s sys 0m0.140s So, it takes about 45 secs to compile your library files and 1.5 secs to load and run your 1 test. I don't think libffi is to blame for that, right? Aziz,,,
