@amszmidt It may have been a higher optimization setting (I seem to remember you could, for example, turn off detecting overflow and converting a fixnum into a bignum).
But I really do think the Maclisp/Common Lisp folk were pragmatic about the realities of efficiency: function calls were *expensive* back then, and tolerated differences in behavior between compiled and interpreted code in a way that seems very foreign today.