[PATCH] D26020: [XRay][compiler-rt][x86_64] Define a tail exit trampoline.
David Majnemer via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 26 23:49:24 PDT 2016
majnemer added inline comments.
================
Comment at: lib/xray/xray_x86_64.cc:116-121
// Here we do the dance of replacing the tail call sled with a similar
// sequence as the entry sled, but calls the exit sled instead, so we can
// treat tail call exits as if they were normal exits.
//
// FIXME: In the future we'd need to distinguish between non-tail exits and
// tail exits for better information preservation.
----------------
Is this comment still correct?
https://reviews.llvm.org/D26020
More information about the llvm-commits
mailing list