From 43d5614deef4887f60855071ef4bd27301247fcb Mon Sep 17 00:00:00 2001 From: Richard Kistruck Date: Fri, 5 Mar 2010 13:33:11 +0000 Subject: [PATCH] Mps master readme.txt: (minor rewording for clarity in 1.109's change comments) Copied from Perforce Change: 169941 ServerID: perforce.ravenbrook.com --- mps/readme.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mps/readme.txt b/mps/readme.txt index 3ff889c6fa9..31852e70ed9 100644 --- a/mps/readme.txt +++ b/mps/readme.txt @@ -76,7 +76,7 @@ Defects discovered in mps_message_type_gc_start lifecycle: mps_message_get the resulting messages could corrupt the MPS message queue; - a corrupted message queue could cause an assert, incorrect - behaviour, or an infinite loop, when getting or deleting + behaviour, or an infinite loop, when getting or discarding messages, or when calling mps_arena_destroy; - also, the _gc_start message could change while the client read it, and the message for a new GC start could be silently skipped. @@ -126,7 +126,7 @@ Other changes: -MPS now builds with Microsoft Visual C++ 9.0. +MPS may now be built with Microsoft's Visual C++ 9.0 compiler. See manual/build-notes. @@ -135,7 +135,7 @@ See manual/build-notes. Configura releases include a .def file to allow re-export of MPS functions from a client executable that includes the MPS, such that other client DLLs can link to and call those MPS functions. -See manual/build-notes. +See also manual/build-notes. [