Adam Warner <[EMAIL PROTECTED]> writes: > This version takes around 7.86s to run. > > If I comment out the (optimize (speed 3) (safety 0) (debug 0)) from > matmul and recompile it takes around 9.2s to run.
I don't see this happening with CVS CMUCL; and it shouldn't as far as I know the code. With OPTIMIZE in the function: ; Evaluation took: ; 3.11 seconds of real time ; 3.104764 seconds of user run time ; 0.0 seconds of system run time ; 5,268,276,732 CPU cycles ; 0 page faults and ; 13,536 bytes consed. Without: ; Evaluation took: ; 3.08 seconds of real time ; 3.063179 seconds of user run time ; 0.003848 seconds of system run time ; 5,219,479,992 CPU cycles ; 0 page faults and ; 13,536 bytes consed.
