[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



I have made the disassembler know about locals
and made the format prettier in many ways.
It will fail to know the names of rest args until
things get recompiled with a new compiler
so that those names are in slot 0 of the local map.
Also, DISASSEMBLE-ARG-NAME given a fef and a number
returns the name of the arg with that number (nil if not known).

Also, disassemble works on args like (:method window-class :select).

FUNCTION-DEBUGGING-INFO given a function returns its debugging info alist.
To find out what they are, read the comment before it (in QFCTNS).