[PATCH] D25030: [XRay] Support for for tail calls for ARM no-Thumb

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 4 22:07:18 PDT 2016


dberris requested changes to this revision.
dberris added a comment.
This revision now requires changes to proceed.

Why is this doing something different from the x86_64 implementation? We'd like to be able to, in the future, define different semantics from a tail exit, which means we need to distinguish the kind of exit is happening (tail call is just one, another is for exceptions, etc.) and this makes the arm implementation semantically different.


https://reviews.llvm.org/D25030





More information about the llvm-commits mailing list