[PATCH] D19148: Always inlining PrintCurrentStackSlow of tsan library to fix tail-call issue

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 19 16:41:37 PDT 2016


kcc added a subscriber: kcc.
kcc added a reviewer: dvyukov.
kcc added a comment.

Maybe you should instead inhibit the tail call optimization (by e.g. adding some dummy code after the call)?
Also, is a test possible for this change?


http://reviews.llvm.org/D19148





More information about the llvm-commits mailing list