[all-commits] [llvm/llvm-project] 4d618b: [llvm-exegesis] Introduce Subprocess Executor Mode
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Wed Jun 21 00:55:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d618b52f6e05e41d35f56653cb36bf7d4dc794e
https://github.com/llvm/llvm-project/commit/4d618b52f6e05e41d35f56653cb36bf7d4dc794e
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-06-21 (Wed, 21 Jun 2023)
Changed paths:
A llvm/test/tools/llvm-exegesis/X86/latency/subprocess-abnormal-exit-code.s
A llvm/test/tools/llvm-exegesis/X86/latency/subprocess-segfault.s
A llvm/test/tools/llvm-exegesis/X86/latency/subprocess.s
M llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
M llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h
M llvm/tools/llvm-exegesis/llvm-exegesis.cpp
Log Message:
-----------
[llvm-exegesis] Introduce Subprocess Executor Mode
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.
More information about the All-commits
mailing list