1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00
guile/module/language/tree-il
Andy Wingo e9c0f3071d Warning and optimization levels always small integers
* module/language/tree-il/analyze.scm (make-analyzer): Expect an int for
  optimization level.
* module/scripts/compile.scm (%options, show-warning-help): No more
  -Wnone / Wall; use -W0 or -W9 instead.
* module/system/base/compile.scm (level-validator): Validate small int.
  (compute-analyzer, add-default-optimizations): Likewise.
* test-suite/tests/optargs.test (without-compiler-warnings):
* test-suite/tests/tree-il.test (call-with-warnings): Parameterize level
  to 0, not #f.
* bootstrap/Makefile.am (GUILE_WARNINGS): Use -W0, not -Wnone.
2020-05-08 16:35:04 +02:00
..
analyze.scm Warning and optimization levels always small integers 2020-05-08 16:35:04 +02:00
compile-bytecode.scm Add language-specific analysis pass to compiler infrastructure 2020-05-08 15:39:41 +02:00
compile-cps.scm Add language-specific analysis pass to compiler infrastructure 2020-05-08 15:39:41 +02:00
cps-primitives.scm Optimize fixnum or s64 -> f64 conversions 2019-09-01 20:46:04 +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 Add "mod" field to tree-il toplevel ref, set, define 2019-08-18 22:27:12 +02:00
letrectify.scm Disable eta-expansion in letrectification 2020-01-15 16:11:20 +01:00
optimize.scm Add eta-expansion pass after peval 2020-01-15 16:11:15 +01:00
peval.scm Fix peval bug that ignored excess args 2020-01-12 21:11:09 +01:00
primitives.scm Ensure <prompt> handler is values handler 2020-05-04 10:53:29 +02:00
spec.scm Add language-specific analysis pass to compiler infrastructure 2020-05-08 15:39:41 +02:00