[PATCH] D22666: Frontend: Fix mcount inlining bug

John McCall via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 22 19:33:04 PDT 2016


rjmccall added a comment.

Note that the presence of the mcount call itself will significantly impact inlining and, really, the entire optimization pipeline.  Having this be a late pass seems more in keeping with what I assume is a goal that this instrumentation doesn't drastically change the generated code.


https://reviews.llvm.org/D22666





More information about the cfe-commits mailing list