From 6b0a7aa23f1f125213081cee1f37079e53f05882 Mon Sep 17 00:00:00 2001 From: iximeow Date: Tue, 18 Jun 2024 23:37:41 -0700 Subject: configurable inlining to help with opts --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e8734cc..34f8af7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,3 +52,7 @@ colors = ["yaxpeax-arch/colors"] # This enables some capstone benchmarks over the same # instruction bytes used to bench this code. capstone_bench = [] + +# this disables a lot of inlining to make it easier for me to measure +# likelihood of codepaths for typical instruction sequences +profiling = [] -- cgit v1.1