* stacks.c: Improve selection of relevant stack frames when making
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 17 Oct 1996 23:32:25 +0000 (23:32 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 17 Oct 1996 23:32:25 +0000 (23:32 +0000)
commit7115d1e4dd1fcef3b5fda7fcfd1e95775c89906e
treeb585395b53374e6327911bc56962f46d66481939
parentc692c370d833873b229334b023e017543eb87ecd
* stacks.c: Improve selection of relevant stack frames when making
a stack object.  Introduce one level of indirection in the stack
object to make it possible to "narrow" to a certain region of the
stack.  This facilitates making use of more clever algorithms (not
implemented) for selecting relevant frames and gives a cleaner
design since selection of frames can be done independently of
extraction of frames from the real stack.
(scm_stack_id): Also take #t as argument which means look at
current stack.
libguile/stacks.c