[PATCH] D147707: Make BPF stack size overridable
Niclas Hedam via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 10 03:58:45 PDT 2023
niclashedam added a comment.
Thanks for the review. I have a colleague at the IT University of Copenhagen doing a PhD on program verification for computational storage. However, for now, it's an open question.
We do some runtime checks, but the real issue is that when compiling BPF for computational storage, the device characteristics (stack size, helper functions, etc.) are unknown. As such, the verification must happen on the device, and the question is how we efficiently do that and how we convey potential verification problems back to the host.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147707/new/
https://reviews.llvm.org/D147707
More information about the llvm-commits
mailing list