[PATCH] D25360: [XRay] [NFC] [compiler-rt] Move machine-dependent code into machine-dependent files.

Martin Pelikán via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 21:54:10 PDT 2016


pelikan added a comment.

> will incur non-trivial overheads in the fast path.  As discussed offline
>  we should do this refactoring differently or at a smaller scale.

Fixed.  The fast path is now more clear and marked as never-instrument to for bootstrapping LLVM with XRay enabled.


https://reviews.llvm.org/D25360





More information about the llvm-commits mailing list