From 6b2cbe6c00c1b008e3145c1adf6096640f4e7bbd Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Tue, 30 May 2023 21:39:37 -0400 Subject: template single_step and executors on whether to update address sets to improve performance in non-gui programs --- bench/bench_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench') diff --git a/bench/bench_window.cpp b/bench/bench_window.cpp index 767198b..7393e9f 100644 --- a/bench/bench_window.cpp +++ b/bench/bench_window.cpp @@ -115,7 +115,7 @@ const lib94::warrior *bench_window::do_step() { last_core_step_distance = time - last_core_step_start; last_core_step_start = time; - const lib94::warrior *result = lib94::single_step(); + const lib94::warrior *result = lib94::single_step(); core.mut.lock(); core.age_all(); -- cgit v1.2.3