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
It is probably okay to just default to using 4 bits shifting for all cases, since 16-bytes is a unit of alignment in a 64-bit machine, for all allocators that I am aware of.
And to prevent a spurious error report during checking that WITHOUT-INTERRUPTS exists, the entire block of defmacros for WITHOUT-INTERRUPTS needs to be enclosed within (EVAL-WHEN (... all situations) ...)
The text was updated successfully, but these errors were encountered:
To make the file compile properly in Lispworks:
It is probably okay to just default to using 4 bits shifting for all cases, since 16-bytes is a unit of alignment in a 64-bit machine, for all allocators that I am aware of.
The text was updated successfully, but these errors were encountered: