From a60507f616a7f5beb4aef99aa56f6b964c16880d Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 21 Aug 2022 11:30:32 -0700 Subject: Rename mjit_compile.c to mjit_compiler.c I'm planning to introduce mjit_compiler.rb, and I want to make this consistent with it. Consistency with compile.c doesn't seem important for MJIT anyway. --- benchmark/lib/benchmark_driver/runner/mjit_exec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmark') diff --git a/benchmark/lib/benchmark_driver/runner/mjit_exec.rb b/benchmark/lib/benchmark_driver/runner/mjit_exec.rb index 121791eb2b..63f5d472b2 100644 --- a/benchmark/lib/benchmark_driver/runner/mjit_exec.rb +++ b/benchmark/lib/benchmark_driver/runner/mjit_exec.rb @@ -210,7 +210,7 @@ class BenchmarkDriver::Runner::MjitExec # You may need to: # * Increase `JIT_ISEQ_SIZE_THRESHOLD` to 10000000 in mjit.h - # * Always return false in `inlinable_iseq_p()` of mjit_compile.c + # * Always return false in `inlinable_iseq_p()` of mjit_compiler.c def jit t = Process.clock_gettime(Process::CLOCK_MONOTONIC) i = 0 -- cgit v1.2.3