Skip to content

v2.3.2: Allow compiler safety to be forced

Choose a tag to compare

@slburson slburson released this 06 Feb 09:20
· 97 commits to master since this release

I've been doing hash arithmetic in a way that works only at safety 0, and SBCL has sb-ext:restrict-compiler-policy, which some people use (understandably) to force higher safety during testing. I've changed the way hash arithmetic is done, so it works at any safety level.