mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-03 18:50:19 +02:00
* module/language/tree-il/analyze.scm (<reference-graph>): Oh my goodness, constructor args were reversed relative to field order. Constructor use was consistent but it was terribly confusing; fixed and updated uses. (unused-toplevel-analysis): Add ability for functions to mark themselves as "maybe-unused"; such functions won't cause unused toplevel warnings. * module/language/tree-il/compile-bytecode.scm (sanitize-meta): (compile-closure): * module/language/tree-il/compile-cps.scm (sanitize-meta): Prevent maybe-unused from being needlessly written out to the binary. |
||
---|---|---|
.. | ||
analyze.scm | ||
compile-bytecode.scm | ||
compile-cps.scm | ||
cps-primitives.scm | ||
debug.scm | ||
effects.scm | ||
eta-expand.scm | ||
fix-letrec.scm | ||
inlinable-exports.scm | ||
letrectify.scm | ||
optimize.scm | ||
peval.scm | ||
primitives.scm | ||
resolve-free-vars.scm | ||
spec.scm |