« The Language Of Doom | Main | Rendering Web Page To Images »
May 10, 2005
Light-Weight Instrumentation from Relational Queries Over Program Traces
I'm glad to see this work get published; I think it's an exciting new area of research. The idea is to express dynamic program analyses (e.g., "how many times does function A get called during an invocation of function B") as SQL-like queries over a database containing a full trace of the program execution --- but instead of actually building such a database, our compiler translates the relational query into instrumentation code that gets injected into the program to evaluate the query on the fly as the program runs.
Posted by roc at May 10, 2005 11:34 AM
Comments
Sweet, congrats! I'll congratulate Simon in person :). Actually, I got a paper in too, so hopefully I'll see you there.
Posted by: Manu at May 10, 2005 1:41 PM