[PATCH] D25360: [XRay] [NFC] [compiler-rt] Move machine-dependent code into machine-dependent files.
Dean Michael Berris via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 9 17:24:33 PDT 2016
dberris requested changes to this revision.
dberris added a comment.
This revision now requires changes to proceed.
So, these additional function calls replacing the in-lined code will incur non-trivial overheads in the fast path. As discussed offline we should do this refactoring differently or at a smaller scale.
https://reviews.llvm.org/D25360
More information about the llvm-commits
mailing list