aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Kistruck2006-12-12 10:14:50 +0000
committerRichard Kistruck2006-12-12 10:14:50 +0000
commitce9caabcf847a8a5ba96e551bba5e1098074bb27 (patch)
tree7ca16e35cca9b0b2536d4cf7dd3c310a7056cb2b
parent3a7d7370eabc55fa0deb378ffc24128f252de4d6 (diff)
downloademacs-ce9caabcf847a8a5ba96e551bba5e1098074bb27.tar.gz
emacs-ce9caabcf847a8a5ba96e551bba5e1098074bb27.zip
Mps readme: when mps starts aq collection, it now posts a message (job000666)
Copied from Perforce Change: 161206 ServerID: perforce.ravenbrook.com
-rw-r--r--mps/readme.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/mps/readme.txt b/mps/readme.txt
index 03c2b0bd26d..b60f4930119 100644
--- a/mps/readme.txt
+++ b/mps/readme.txt
@@ -64,6 +64,13 @@ Defect discovered:
64 call would fail. 64 call would fail.
65Fixed: mps_arena_formatted_objects_walk() will now work. 65Fixed: mps_arena_formatted_objects_walk() will now work.
66 66
67<http://www.ravenbrook.com/project/mps/issue/job000666/>
68 - when MPS starts a garbage collection, it now tells
69 the client by posting a message of the new type
70 mps_message_type_gc_start(). The message includes
71 a textual explanation (for the client programmer)
72 of why this collection was triggered.
73
67Other changes: 74Other changes:
68 75
69<http://www.ravenbrook.com/project/mps/issue/job001421/> 76<http://www.ravenbrook.com/project/mps/issue/job001421/>