Skip to content
Snippets Groups Projects
Commit dcd992a0 authored by toy's avatar toy
Browse files

From Eric Marsden:

The idea of using of MACROLET instead of SYMBOL-MACROLET is due to
Bill Newman, and Christophe Rhodes made it work in SBCL.


  * prevent SYMBOL-MACROLET from binding special variables, as per
    CLtS. This requires a change to the (rather ugly) way that the
    assembler uses symbol-macrolet on two special variables that
    contain the current segment and the current vop. We encapsulate
    all accesses to the special variables by macros, and replace the
    symbol-macrolet machinery by a macrolet.
parent caf7cb8d
No related branches found
No related tags found
No related merge requests found
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