2006-03-11 Soren Sandmann <sandmann@redhat.com>

	* TODO: updates

	* stackstash.[ch]: Make stackstash refcounted

	* collector.c, profile.c: Update for refcounted stackstash, plug
	leak.

	* collector.c (open_fd): Remove FIXME comment
This commit is contained in:
Soren Sandmann
2006-03-12 04:00:23 +00:00
committed by Søren Sandmann Pedersen
parent 849efc820d
commit 9859854cc1
6 changed files with 56 additions and 18 deletions

4
TODO
View File

@ -79,8 +79,6 @@ Before 1.2:
- a more pragmatic approach might be to just walk the tree and
save it.
- make stackstash ref counted
- plug all the leaks
- don't leak the presentation strings/objects
- loading and saving probably leak right now
@ -471,6 +469,8 @@ Later:
DONE:
- make stackstash ref counted
- Charge 'self' properly to processes that don't get any stack trace at all
(probably we get that for free with stackstash reorganisation)