|
From: Robert W. <rj...@du...> - 2005-06-02 20:29:38
|
> > * 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.) You mean that one that already comes with Valgrind? |