When *CONVERTING-FOR-INTERPRETER*, convert multi-ref calls even in top-level
code. Possibly a hack, given that this is to make interpreted unwind-protect work, and top-level NLX doesn't work in general in compiled code. When let-converting, blow away any entry for this function in *FREE-FUNCTIONS( so that we don't add references to functions after they are let converted. [This was a problem with semi-inline functions...]
Please register or sign in to comment