Skip to content
Snippets Groups Projects
Commit 97aa7334 authored by wlott's avatar wlott
Browse files

Initial revision

parent 3d8da0d5
No related branches found
No related tags found
No related merge requests found
;;; -*- Mode: Text, Spell, Fill -*-
;;;; Randomness
The results of (machine-type) are not machine-type specific.
;;;; Debugger
The debugger ``h'' command requires two returns before it will display any
output.
The debugger ``f'' command does not force-output the ``frame:'' prompt.
;;;; Garbage Collector
GC doesn't fix the LIP correctly if it is a raw function address and nobody
else has a handle on the real function object. (This can happen during
call.) GC needs to check to see if any of the descriptor objects are a
symbol with the same value as the LIP for the raw-function address.
When GC is trying to find the descriptor object the LIP points into, it
should verify that the LIP points before the end, not just after the start.
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