[PATCH] D43841: Add an option to disable tail-call optimization for escaping blocks
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 28 12:06:02 PST 2018
rjmccall added a comment.
Can you explain the rationale for limiting this to escaping blocks in more depth? That seems like an extremely orthogonal limitation; the user might be thinking about a very specific block and not really considering this in general.
https://reviews.llvm.org/D43841
More information about the cfe-commits
mailing list