mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-23 21:10:29 +02:00
* module/language/cps.scm ($continue, $cont): Put source information on the $continue, not on the $cont. Otherwise it is difficult for CPS conversion to preserve source information. ($fun): Add a src member to $fun. Otherwise we might miss the source info for the start of the function. * .dir-locals.el: * module/language/cps/arities.scm: * module/language/cps/closure-conversion.scm: * module/language/cps/compile-rtl.scm: * module/language/cps/constructors.scm: * module/language/cps/contification.scm: * module/language/cps/dfg.scm: * module/language/cps/elide-values.scm: * module/language/cps/reify-primitives.scm: * module/language/cps/slot-allocation.scm: * module/language/cps/verify.scm: * module/language/tree-il/compile-cps.scm: Update the whole CPS world for this change. |
||
---|---|---|
.. | ||
assembly | ||
brainfuck | ||
bytecode | ||
cps | ||
ecmascript | ||
elisp | ||
glil | ||
objcode | ||
rtl | ||
scheme | ||
tree-il | ||
value | ||
assembly.scm | ||
cps.scm | ||
glil.scm | ||
objcode.scm | ||
rtl.scm | ||
tree-il.scm |