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
Perhaps you could try to use ALEXANDRIA:DEFCONSTANT with :TEST #'EQUALP to turn this into a constant, in order to avoid (dynamic) variable lookup at runtime.
The text was updated successfully, but these errors were encountered:
bit-smasher/src/core.lisp
Lines 8 to 24 in c2dcb3b
Perhaps you could try to use
ALEXANDRIA:DEFCONSTANT
with:TEST #'EQUALP
to turn this into a constant, in order to avoid (dynamic) variable lookup at runtime.The text was updated successfully, but these errors were encountered: