[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISPM) at MIT-AI
- Subject:
- From: RMS@MIT-AI
- Date: Tue ,28 Mar 79 14:25:18 EDT
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).