|
From: Jeremy F. <je...@go...> - 2005-06-02 20:27:12
|
Robert Walsh wrote:
>Still to do:
>
> * Document usage.
> * Measure performance impact.
> * Write tests for VALGRIND_STACK_DELETE and VALGRIND_STACK_CHANGE.
> * It could probably be made a bit more efficient by using an
> interval skip-list to store the registered stack data instead of
> a simple linked-list. After I see the performance impact, I'll
> decide about this.
>
>
(It's just a regular skip-list, not an interval skip-list.)
J
|