|
From: Bart V. A. <bar...@gm...> - 2009-03-05 14:22:23
|
2009/3/5 Tayfun Elmas <tay...@gm...>: > This is an experimental study and Pinar's senior project. We previously > implemented Goldilocks inside a Java VM and showed that it can run faster > than Eraser and standard happens-before algorithm. We would like to see how > it is costly to implement Goldilocks via code instrumentation. We benefited > from the source code of Helgrind to understand how a race detected can be > implemented in Valgrind. That sounds interesting. In my previous e-mail I should have added that installing the glibc-debuginfo package will probably help: most Linux distributors strip debug information from glibc and ld.so before shipping. Installing the glibc-debuginfo package will allow Valgrind to print more detailed stack traces for the functions inside glibc and ld.so. Bart. |