[PATCH] D151021: [llvm-exegesis] Introduce Subprocess Executor Mode

Aiden Grossman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 20 03:38:51 PDT 2023


aidengrossman created this revision.
Herald added subscribers: mstojanovic, krytarowski.
Herald added a project: All.
aidengrossman requested review of this revision.
Herald added subscribers: llvm-commits, courbet.
Herald added a project: LLVM.

This patch introduces the subprocess executor mode. Currently, this new
mode doesn't do anything fancy, just executing the same code that the
inprocess executor would do, but within a subprocess. This sets up the
ability to add in many more memory-related features in the future.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D151021

Files:
  llvm/test/tools/llvm-exegesis/X86/latency/subprocess-abnormal-exit-code.s
  llvm/test/tools/llvm-exegesis/X86/latency/subprocess-segfault.s
  llvm/test/tools/llvm-exegesis/X86/latency/subprocess.s
  llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
  llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h
  llvm/tools/llvm-exegesis/llvm-exegesis.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151021.524012.patch
Type: text/x-patch
Size: 9834 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230520/c9dabfd1/attachment.bin>


More information about the llvm-commits mailing list