Group: comp.lang.functional · Group Profile · Search for Srayed in comp.lang.functional
Author: Jon Harrop
Date: Jul 10, 2007 10:22
... times. In the SBCL case the files have no setting of the optimization levels. The last ray.lisp file contains: (declaim (inline vec intersect sintersect ray-trace ray-sphere sray-sphere)) ... (declare (fixnum level n) (optimize speed (safety 0))) Ask Juho if you want to know the details of what this code does but it looks quite self-explanatory (of course I ...
|