mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-19 19:20:23 +02:00
Add new $calli expression type.
* module/language/cps.scm ($calli): New expression type, calls a label as a value. Adapt all callers.
This commit is contained in:
parent
a1eb526b0c
commit
171072ec5a
21 changed files with 105 additions and 19 deletions
|
@ -734,7 +734,7 @@ the LABELS that are clobbered by the effects of LABEL."
|
|||
&no-effects)
|
||||
((or ($ $fun) ($ $rec))
|
||||
(&allocate &unknown-memory-kinds))
|
||||
((or ($ $call) ($ $callk))
|
||||
((or ($ $call) ($ $callk) ($ $calli))
|
||||
&all-effects)
|
||||
(($ $primcall name param args)
|
||||
(primitive-effects param name args))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue