You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The communication manager is not especially good at tracking lost / leaked objects. Primarily, these include unanswered (and unanswerable) messages, as well as channels that are allocated and discarded without being released. Find a way to make these objects safer and to warn when they're misused.
The HASH-TABLEs held by a given COURIER might be converted to weak hash tables as supplied by TRIVIAL-GARBAGE. This would probably have the effect that unintended memory leaks are quietly covered up. Since detecting such leaks will be important for hardware implementations, covering them up is a worse option.
The text was updated successfully, but these errors were encountered:
The communication manager is not especially good at tracking lost / leaked objects. Primarily, these include unanswered (and unanswerable) messages, as well as channels that are allocated and discarded without being released. Find a way to make these objects safer and to warn when they're misused.
The
HASH-TABLE
s held by a givenCOURIER
might be converted to weak hash tables as supplied byTRIVIAL-GARBAGE
. This would probably have the effect that unintended memory leaks are quietly covered up. Since detecting such leaks will be important for hardware implementations, covering them up is a worse option.The text was updated successfully, but these errors were encountered: