1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
guile/module/language/tree-il
Andy Wingo 1148eb5051 -Oresolve-free-vars pass gracefully handles failed autoloads.
* module/language/tree-il/resolve-free-vars.scm (make-resolver):
Gracefully handle failed autoloads.
2022-01-11 21:32:40 +01:00
..
analyze.scm analyze: 'unbound-variable' warning handles re-exported bindings. 2021-05-02 01:20:19 +02:00
compile-bytecode.scm Baseline compiler no longer swaps rsh/lsh when transforming ash calls. 2021-09-20 23:27:39 +02:00
compile-cps.scm Add new pass to optimize away return value count checks 2021-11-15 15:32:54 +01:00
cps-primitives.scm CPS compiler reduces eq? on constant to eq-constant? 2020-08-03 22:19:18 +02:00
debug.scm Add "mod" field to tree-il toplevel ref, set, define 2019-08-18 22:27:12 +02:00
effects.scm Fix tree-il effects analysis for prompts 2021-05-01 22:16:20 +02:00
eta-expand.scm Add eta-expansion pass after peval 2020-01-15 16:11:15 +01:00
fix-letrec.scm Optimize letrec* binding order in fix-letrec 2021-04-21 22:41:12 +02:00
inlinable-exports.scm Add support for recording inlinable module exports 2021-05-11 21:39:07 +02:00
letrectify.scm Letrectify links module defs with uses 2021-05-11 21:39:07 +02:00
optimize.scm Implement cross-module inlining 2021-05-11 21:39:07 +02:00
peval.scm Implement cross-module inlining 2021-05-11 21:39:07 +02:00
primitives.scm Add ‘expt’ to the list of effect-free primitives. 2021-05-18 13:42:34 +02:00
resolve-free-vars.scm -Oresolve-free-vars pass gracefully handles failed autoloads. 2022-01-11 21:32:40 +01:00
spec.scm Change -O1 compiler to use baseline and also resolve primitives 2020-06-01 21:15:39 +02:00