mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-24 05:20:30 +02:00
* module/system/vm/disasm.scm (disassemble-program): Fix misunderstanding of nlocs: the *actual* number of locals is nlocs + nargs, even if the arg is heap-allocated -- because our calling convention always puts the initial val on the stack. Also: don't disassemble the objects, they are now woven into the text. (code-annotation): Fix external-{ref,set} handling to allow for referencing externals from enclosed stack frames. Really this should be statically determined, though. Add late-variable-{ref,set} handling. |
||
---|---|---|
.. | ||
language | ||
system | ||
.cvsignore | ||
Makefile.am |