From 550541e33f04fb453f0bacb93996d704b3d3d7ac Mon Sep 17 00:00:00 2001 From: Byeongjee Kang Date: Tue, 25 Aug 2026 15:21:29 -0400 Subject: [PATCH 1/2] Measure uninstrumented O0 baseline execution time --- results/uninstrumentedO0.csv | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 results/uninstrumentedO0.csv diff --git a/results/uninstrumentedO0.csv b/results/uninstrumentedO0.csv new file mode 100644 index 0000000..349b54b --- /dev/null +++ b/results/uninstrumentedO0.csv @@ -0,0 +1,14 @@ +benchmark,status,compilation_time_ms,execution_time_us,run_attempts +aes,ok,1131,1095946.58,1 +crc,ok,834,254936.75,1 +rsa,ok,346,99875.44,1 +dijkstra,ok,555,825605.54,1 +qsort,ok,382,1221403.77,1 +activity_recognition,ok,372,82434.85,1 +bitcount,ok,875,9196999.45,1 +chacha20,ok,855,77745.13,1 +sensor_fusion,ok,397,28341.89,1 +poly1305,ok,384,568162.69,1 +cuckoo_filter,ok,871,247673.97,1 +sha256,ok,373,103203.96,1 +stringsearch,ok,857,97920.42,1 From 3c4c82e4711e3ecd1e0679f990774ce7ac504277 Mon Sep 17 00:00:00 2001 From: Byeongjee Kang Date: Tue, 25 Aug 2026 15:24:55 -0400 Subject: [PATCH 2/2] Measure RockClimb crc with 64x unroll factor --- results/rockclimb_crc_unroll64.csv | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 results/rockclimb_crc_unroll64.csv diff --git a/results/rockclimb_crc_unroll64.csv b/results/rockclimb_crc_unroll64.csv new file mode 100644 index 0000000..486aae0 --- /dev/null +++ b/results/rockclimb_crc_unroll64.csv @@ -0,0 +1,2 @@ +benchmark,capacitor,status,basic_blocks,edges,region_boundaries,compilation_time_ms,peak_rss_kb,profiling_time_ms,execution_time_us,runtime_region_boundary_calls,result,run_attempts +crc-10uF,10uF,ok,3051,4094,3,2310,48960,0,31298.09,69,20431,1