1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-02 23:50:47 +02:00
guile/module/language/tree-il
Andy Wingo 4da276de16 Implement cross-module inlining
* module/language/tree-il/optimize.scm (make-optimizer): Pass
cross-module-inlining? to peval.
* module/language/tree-il/peval.scm (peval): Add cross-module-inlining?
kwarg.  Try to inline public module-ref.
2021-04-26 17:56:56 +02:00
..
analyze.scm New warnings: -Wuse-before-definition, -Wnon-idempotent-definition 2021-01-07 10:26:33 +01:00
compile-bytecode.scm Simplify module variable lookup slow-path 2021-04-26 09:48:52 +02:00
compile-cps.scm CPS conversion calls module variables through trampolines 2021-04-26 16:05:21 +02: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 Add primitive support for working with module variables 2019-08-18 22:27:12 +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-04-26 17:56:56 +02:00
letrectify.scm Letrectify links module defs with uses 2021-04-26 17:56:56 +02:00
optimize.scm Implement cross-module inlining 2021-04-26 17:56:56 +02:00
peval.scm Implement cross-module inlining 2021-04-26 17:56:56 +02:00
primitives.scm Optimize eof-object? 2021-02-03 23:02:27 +01:00
resolve-free-vars.scm Add pass to resolve free toplevel references in declarative modules 2021-04-26 17:56:56 +02:00
spec.scm Change -O1 compiler to use baseline and also resolve primitives 2020-06-01 21:15:39 +02:00