From 312e60b53d455518a93cbe6c67a3d5140b4db427 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 5 Oct 1999 14:29:10 +0000 Subject: [PATCH] . original commit: cfcf175b1888592639a9ef7681a5fa602feb6e40 --- collects/tests/mred/README | 7 ++++--- notes/mred/HISTORY | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/collects/tests/mred/README b/collects/tests/mred/README index e2e123e9..6ce7f292 100644 --- a/collects/tests/mred/README +++ b/collects/tests/mred/README @@ -11,18 +11,19 @@ The "draw.ss" test (use load/cd) tests drawing commands. Click the --------------------------------------------------------------------------- The "mem.ss" test is loaded at startup: - mred -u -- -f mem.ss + mred -r mem.ss Creates a lot of frames and instance of other objects, reporting memory information along the way. At the end, before the last memory dump, objects that are still allocated are displayed like this: (frame (1 . 5)) This means that the frame allocated by thread #1 at cycle 5 (counting down from some number) hasn't been garbage-collected. -If there's a few of these lines (less than 10), that's ok. -A large number of lines indicates a GC problem. +If there's a few of these lines (around 10), that's ok. +A large number of lines (say, 50) indicates a GC problem. --------------------------------------------------------------------------- +[Out of date:] The "random.ss" test is a randomized test of the MrEd classes that tests MrEd's stability. Load "random.ss", and then run (init) diff --git a/notes/mred/HISTORY b/notes/mred/HISTORY index f675287a..64603bb5 100644 --- a/notes/mred/HISTORY +++ b/notes/mred/HISTORY @@ -12,7 +12,7 @@ * Added {set,get}-paste-text-only to editor<%> - * Added {set,get}-line-spacing and {set,get}-styles-sticky ro text% + * Added {set,get}-line-spacing and {set,get}-styles-sticky to text% * Added {set,get}-tight-text-fit to editor-snip%