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
comm.lisp: reorder some DEFMFUNs (define before 1st use)
Using a function $FOO before it is first defined results in a compiler warning
and slightly less efficient code because the compiler macro is not yet defined
and calls go through $FOO rather than FOO-IMPL.
0 commit comments