[PATCH] D48602: `llvm.experimental.stackmap` is erroneously marked `Throws`?
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 14 15:35:42 PDT 2018
reames added a comment.
In https://reviews.llvm.org/D48602#1198563, @vext01 wrote:
> Do you know if anyone is actually using the stackmap functionality? As far as I know JavaScriptCore used to use it, but have since moved on.
Not that I know of. We (Azul) are using the statepoint infrastructure which shares many of the same ideas, but we are not using either STACKMAP or PATCHPOINT. I suspect we could generalize if needed, patches and discussion welcome!
As a practical matter, I tend to be horrible at replying to email. Would you want to discuss future plans here on a call to make sure we're on the same page?
Repository:
rL LLVM
https://reviews.llvm.org/D48602
More information about the llvm-commits
mailing list