[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
New resource features
- To: BUG-LISPM at MIT-AI
- Subject: New resource features
- From: David L. Andre <DLA at MIT-AI>
- Date: Sun ,10 Jan 82 02:30:00 EDT
- Cc: DLA at MIT-AI
I reimplemented resources so that the free-list is actually an array.
The RESOURCE structure itself is in the array leader. This should cut
down on paging when using resources. There is also an :INITIALIZER
keyword for DEFRESOURCE, it does the obvious thing. And there's a
variable *ALL-RESOURCES*. RQBs are now implemented as resources in the
source.
To load the resources into system 78, (and whoever recompiles things
should), load the file AI: DLA; RESOUR. It will load the changes and
change over all the old resources.