original commit: cfcf175b1888592639a9ef7681a5fa602feb6e40
This commit is contained in:
Matthew Flatt 1999-10-05 14:29:10 +00:00
parent 5bf4e38142
commit 312e60b53d
2 changed files with 5 additions and 4 deletions

View File

@ -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)

View File

@ -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%