8:10:52kami_Good morning. I'm trying to define a vop following hayley's code and the info in https://pvk.ca/Blog/2014/08/16/how-to-define-new-intrinsics-in-sbcl/
8:11:17kami_But there must be some stupid error in my code:
8:44:46kami_arrgh: I had (simple-array (unsigned-byte 8)). thanks
10:01:39semzIf a function FOO with no declarations is inlined into a function BAR with e.g. a (safety 0) declaration, will the inlined body of FOO be compiled as if under (safety 0)?
10:02:20semzI know the impl is allowed to do this, but does SBCL do it?