v2.3.2: Allow compiler safety to be forced
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.