From 5ce61e5d788962f5fae3b0b8d667d4068f316194 Mon Sep 17 00:00:00 2001 From: Yugo Nagata Date: Thu, 17 Sep 2026 22:09:43 -0400 Subject: [PATCH v3] 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