On March 2, 2003 07:24 pm, Gregory M. Turner wrote:
Of course, the performance hit would be disgusting... And compiler inlining would break it... I guess it's probably more trouble than its worth... unless someone knows of a better way? Could API snooping be re-jiggered, somehow, to increment some static, thread-local integer on each call, and decerement it on each return, for example?
Why can't all this be done by an external tool? There's no point in bloating Wine to do it, if piping the output through a postprocessor would do it, no?