mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 09:10:22 +02:00
update docs for recent vm/compiler work
* doc/ref/compiler.texi: * doc/ref/vm.texi: Update for recent changes. * module/language/assembly/disassemble.scm (disassemble-load-program): Don't print nops, they are distracting.
This commit is contained in:
parent
aaae0d5ab3
commit
98850fd727
3 changed files with 313 additions and 165 deletions
|
@ -60,6 +60,8 @@
|
|||
(print-info pos `(load-program ,sym) #f #f)
|
||||
(lp (+ pos (byte-length asm)) (cdr code)
|
||||
(acons sym asm programs))))
|
||||
((nop)
|
||||
(lp (+ pos (byte-length asm)) (cdr code) programs))
|
||||
(else
|
||||
(print-info pos asm
|
||||
(code-annotation end asm objs nargs blocs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue