mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-11 00:00:49 +02:00
* module/language/cps/compile-bytecode.scm (compile-function): Add support for emitting <= via < and jge / jnge. * module/language/cps/effects-analysis.scm: Declare effects for <= and f64-<=. * module/language/cps/primitives.scm (*comparisons*): Add <=, f64-<=. * module/language/cps/specialize-numbers.scm (specialize-operations): Specialize <= to < for integer comparisons. Specialize to f64-<= for f64 ops. * module/language/cps/type-fold.scm (<=): Add folder. * module/language/cps/types.scm (infer-<=): Add inferrer. * module/language/tree-il/compile-cps.scm (canonicalize): Canonicalize <= and >= to <=, so that nans are handled correctly. |
||
---|---|---|
.. | ||
analyze.scm | ||
canonicalize.scm | ||
compile-cps.scm | ||
debug.scm | ||
effects.scm | ||
fix-letrec.scm | ||
optimize.scm | ||
peval.scm | ||
primitives.scm | ||
spec.scm |