src/microcode/debug.c: Improve verify_heap. Add verify_stack.
authorMatt Birkholz <puck@birchwood-abbey.net>
Wed, 20 Jan 2016 16:38:03 +0000 (09:38 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Wed, 20 Jan 2016 17:03:58 +0000 (10:03 -0700)
commit4c50487b271156f0688afc39b5bb7b80b93e7178
tree171c090c008aab22e584572ef68773533c7ea36c
parent2d9c04fc3fa3d639b1959f85e7b9b26e4cf8941d
src/microcode/debug.c: Improve verify_heap.  Add verify_stack.

Scan the stack and note if it is not "sealed" ("closed"?).  It should
have either a return code or a compiled entry at the top.  Also note
any extraordinarily large objects.
src/microcode/debug.c