Project

General

Profile

« Previous | Next » 

Revision e8617d0e

Added by tenderlovemaking (Aaron Patterson) about 4 years ago

Make sure we can still compile with the JIT disabled

If --disable-jit-support is passed to configure, then jit_func is
removed from the iseq body and we can't compile YJIT. This commit
detects when the JIT function pointer is gone and disables YJIT in that
case.