1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/module/language/tree-il
Daniel Llorens f0df1ed0fd Fix no-clause case-lambda in peval
This is checked by optargs.test, which 3b47f87618
broke.

* module/language/tree-il/peval.scm (peval): Account for no clause (= no body)
  case-lambda.
2023-03-17 21:17:10 +01:00
..
analyze.scm Add -Wunused-module. 2023-02-24 16:49:00 +01:00
compile-bytecode.scm Baseline compiler no longer crashes on (not (list 1 2)). 2022-10-01 16:00:05 +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 Add 'record-case' to '.dir-locals.el'. 2023-02-24 16:49:00 +01:00
inlinable-exports.scm Fix reproducibility for inlinable-exports 2022-02-01 14:50:44 +01: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 Fix no-clause case-lambda in peval 2023-03-17 21:17:10 +01:00
primitives.scm Do not expand 'make-vector' primcall with wrong number of arguments. 2023-01-16 15:33:18 +01: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