Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 1996 22:06:07 -0700
From:      vanmaren@fast.cs.utah.edu (Kevin Van Maren)
To:        chuckr@Glue.umd.edu, michaelh@cet.co.jp
Cc:        smp@freebsd.org
Subject:   Re: General SMP Design
Message-ID:  <199612160506.WAA18310@fast.cs.utah.edu>

next in thread | raw e-mail | index | archive | help
Without Type Stable Memory, you can't just traverse a data structure 
that is getting modified under you.  If someone deletes an element
in a linked list while you are "looking at it", and re-mallocs it
as something else ... you can go off into la-la land.  With type-
stable memory, it will always be an element in the list; if it 
gets modified you fail when you try to modify the structure and
you start over again.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612160506.WAA18310>