diff options
author | Takashi Kokubun <[email protected]> | 2022-08-21 11:30:32 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2022-08-21 11:33:06 -0700 |
commit | a60507f616a7f5beb4aef99aa56f6b964c16880d (patch) | |
tree | 12a9eac529dcc849273f5481f0b8382f19912e5a /benchmark/lib | |
parent | 73f8027ac68af2cbcc23407605a40025ca07b34e (diff) |
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.
Diffstat (limited to 'benchmark/lib')
-rw-r--r-- | benchmark/lib/benchmark_driver/runner/mjit_exec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |