1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 03:11:54 -07:00

Vectors, not strings.

Copied from Perforce
 Change: 184982
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-03-24 20:33:15 +00:00
parent de74b79bad
commit 3446e7381c

View file

@ -3,9 +3,10 @@
* $Id: //info.ravenbrook.com/project/mps/branch/2014-01-15/nailboard/code/fotest.c#1 $
* Copyright (c) 2014 Ravenbrook Limited. See end of file for license.
*
* This test case creates a bunch of string objects, registers them
* for finalization, and then discards the base pointers to those
* objects, keeping only ambiguous interior references.
* This test case creates a bunch of vectors, registers them for
* finalization, and then discards the base pointers to those objects,
* keeping only ambiguous interior references to the vector entries in
* the stack-allocated table s.
*
* If any of these objects are finalized, then this means that the
* ambiguous interior references has failed to keep the object alive.