You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way this is defined now, the optimization applies during compilation, and after loading it applies to everything that is compiled afterwards in the same process.
Presumably, it is intended to apply only to the compilation of the file, in which case the list of keywords should includng only :compile-toplevel.
clml/som/src/fileio.lisp
Line 6 in c34cc7a
The way this is defined now, the optimization applies during compilation, and after loading it applies to everything that is compiled afterwards in the same process.
Presumably, it is intended to apply only to the compilation of the file, in which case the list of keywords should includng only :compile-toplevel.
https://www.lispworks.com/documentation/lw50/CLHS/Body/s_eval_w.htm
This applies to all the file wiyh (proclaim (optimize...
The text was updated successfully, but these errors were encountered: