From 318250d9ec79502e038644bd4b73d1682cc1b561 Mon Sep 17 00:00:00 2001 From: Yugo Nagata Date: Thu, 17 Sep 2026 22:09:43 -0400 Subject: [PATCH v4] doc: Mention that JIT inlining does not work with Meson builds Meson builds do not generate the LLVM bitcode that JIT inlining needs. So with -Dllvm, JIT compilation works, but inlining does not. Document that in the JIT chapter, and mention -Dllvm next to --with-llvm. While at it, use