Traditional “compile PHP” efforts transpile to C first. php2ir compiles directly to LLVM IR, producing fast native binaries for Linux, macOS, and Windows without a C intermediary. This unlocks LTO, ...