c-mera icon indicating copy to clipboard operation
c-mera copied to clipboard

Generation time optimization with sbcl

Open lispbub opened this issue 5 years ago • 0 comments

Code generation time can be heavily increased via (setf sb-ext::*evaluator-mode* :interpret) but that breaks when (let (..) ) definitions are used for code substitution. Performance increase seems plausible: no compilation, no optimization ... Investigate what is wrong, and set this mode as default?

lispbub avatar Jan 27 '20 21:01 lispbub