[PATCH] D34387: [PATCH 2/2] Implement "probe-stack" on x86

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 22 07:05:09 PDT 2017


joerg added a comment.

It would be nice to make the stackprobesize a proper TLI attribute, so that OSes can decide how much guarding they are willing to guarantee. I think I would also like to have an option to inline the probing without the complexity of the function call. But both can be done as a separate step.


https://reviews.llvm.org/D34387





More information about the llvm-commits mailing list