From 6ff65512e9b79428b7638fce77b6df666f455f1a Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Fri, 19 Oct 2012 09:36:57 +0100 Subject: [PATCH] Note about mps_arena_class_vm. Copied from Perforce Change: 179954 ServerID: perforce.ravenbrook.com --- mps/manual/source/notes.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mps/manual/source/notes.txt b/mps/manual/source/notes.txt index c8bc8fb1cc5..487bf4df8bf 100644 --- a/mps/manual/source/notes.txt +++ b/mps/manual/source/notes.txt @@ -80,6 +80,12 @@ TODO, QUERIES AND SUGGESTIONS 63. How do you create an auto_header format with a class method? +64. Doc for mps_arena_class_vmnz says, "This class is similar to + mps_arena_class_vm(), except that it has a simple placement policy + (“no zones”) that makes it slightly faster." Presumably there's a + corresponding disadvantage, otherwise why would you use + mps_arena_class_vm rather than this? + DONE, ANSWERED