[PATCH] D147707: Make BPF stack size overridable
Niclas Hedam via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 7 12:08:42 PDT 2023
niclashedam added a comment.
Hello Alexei,
I appreciate your prompt attention. Determining the maximum stack size is difficult, but a reasonable estimate could be an increase of two orders of magnitude.
We developed a computational storage processor at the IT University of Copenhagen that executes eBPF programs. During our evaluation of loop versus loop-unrolling performance on hardware, we discovered that the stack is easily prone to exhaustion and that kernel characteristics no longer apply when executing on hardware.
We plan on conducting additional research to comprehend the characteristics of eBPF on computational storage.
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