[all-commits] [llvm/llvm-project] e802df: [llvm-exegesis] Introduce Subprocess Executor Mode
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sun Jun 25 18:43:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e802dff0f02cb99e8ff189c1a6df670a658533ad
https://github.com/llvm/llvm-project/commit/e802dff0f02cb99e8ff189c1a6df670a658533ad
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-06-26 (Mon, 26 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/test/tools/llvm-exegesis/lit.local.cfg
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.
Reviewed By: courbet
Differential Revision: https://reviews.llvm.org/D151021
More information about the All-commits
mailing list