1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00

Note about mps_arena_class_vm.

Copied from Perforce
 Change: 179954
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2012-10-19 09:36:57 +01:00
parent a90d879746
commit 6ff65512e9

View file

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