Previous: , Up: Byte Compilation   [Contents][Index]


21.9 Different Behaviour

The intent is that compiled byte-code and the corresponding code executed by the Lisp interpreter produce identical results. However, there are some circumstances where the results will differ.

For maximal equivalence between interpreted and compiled code, the variables byte-compile-delete-errors and byte-compile-optimize can be set to nil, but this is not recommended.