Skip to content
Snippets Groups Projects
Commit a79a7c8a authored by emarsden's avatar emarsden
Browse files

Fix an assertion on function names when dumping minimal debug info to use

VALID-FUNCTION-NAME-P, instead of checking for (setf xxx) names.

Declare two new valid function name classes: names of the form

   (:macro foo)
   (:compiler-macro foo)

that are now used to name lambda nodes in IR1.
parent 9ef185c4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment