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:
parent
de74b79bad
commit
3446e7381c
1 changed files with 4 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue