mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-28 14:00:31 +02:00
Rename $closure to $const-fun
* module/language/cps.scm ($const-fun): Rename from $closure, as we always use this now with nfree == 0. * module/language/cps/closure-conversion.scm: * module/language/cps/compile-bytecode.scm: * module/language/cps/contification.scm: * module/language/cps/cse.scm: * module/language/cps/dce.scm: * module/language/cps/devirtualize-integers.scm: * module/language/cps/effects-analysis.scm: * module/language/cps/licm.scm: * module/language/cps/peel-loops.scm: * module/language/cps/renumber.scm: * module/language/cps/rotate-loops.scm: * module/language/cps/simplify.scm: * module/language/cps/slot-allocation.scm: * module/language/cps/specialize-numbers.scm: * module/language/cps/types.scm: * module/language/cps/utils.scm: * module/language/cps/verify.scm: Adapt users.
This commit is contained in:
parent
4e8d27f0d1
commit
39729e8448
18 changed files with 36 additions and 40 deletions
|
@ -311,7 +311,7 @@ BITS indicating the significant bits needed for a variable. BITS may be
|
|||
(match term
|
||||
(($ $continue k src exp)
|
||||
(match exp
|
||||
((or ($ $const) ($ $prim) ($ $fun) ($ $closure)
|
||||
((or ($ $const) ($ $prim) ($ $fun) ($ $const-fun)
|
||||
($ $code) ($ $rec))
|
||||
;; No uses, so no info added to sigbits.
|
||||
out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue