1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 06:21:02 -08:00

Mps readme: when mps starts aq collection, it now posts a message (job000666)

Copied from Perforce
 Change: 161206
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Kistruck 2006-12-12 10:14:50 +00:00
parent 3a7d7370ea
commit ce9caabcf8

View file

@ -64,6 +64,13 @@ Defect discovered:
call would fail.
Fixed: mps_arena_formatted_objects_walk() will now work.
<http://www.ravenbrook.com/project/mps/issue/job000666/>
- when MPS starts a garbage collection, it now tells
the client by posting a message of the new type
mps_message_type_gc_start(). The message includes
a textual explanation (for the client programmer)
of why this collection was triggered.
Other changes:
<http://www.ravenbrook.com/project/mps/issue/job001421/>