clasp
clasp copied to clipboard
compiler policy interface
Something like sbcl's describe-compiler-policy
as described here http://sbcl.org/manual/#Compiler-Policy would be good. Currently you have to like, look at clasp-cleavir::*global-optimize*
and clasp-cleavir::*global-optimize*
which are private for a reason. Compiler policy restriction would also be a neat feature.
Mostly resolved by #1420, but I'm going to leave this open to remind me to mention it in the manual.