[PATCH] D151021: [llvm-exegesis] Introduce Subprocess Executor Mode
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 24 01:31:35 PDT 2023
courbet accepted this revision.
courbet added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp:148
+// process. This allows for much more control over the execution context of the
+// snippet, particularly in regards to memory. This class performs all the
+// necessary functions to create the subprocess, execute the snippet in the
----------------
with
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151021/new/
https://reviews.llvm.org/D151021
More information about the llvm-commits
mailing list