Improve function name logging during function tracking #6491
Labels
enhancement
New feature or request
instrumentation
related to the LLVM instrumentation or dfsan integration
In the current implementation fast path, each function entry would have to
Couldn't all this information be known at compile time? I don't think we should change the current approach, but rather think about if we should do a follow up PR that tries to shift as much work as possible to compile time.
Originally posted by @hbrodin in #6473 (comment)
The text was updated successfully, but these errors were encountered: