» Tag
compilers
2 posts«Jul 8, 2026
PHP 8's JIT Compiler: How It Removes the Interpreter Tax
PHP 8's JIT compiles opcodes into native machine code, removing interpreter overhead. This piece covers OPcache, Tracing vs Function JIT, and CRTO tuning.
phpjitopcacheperformanceRTS: A Rust-Based TypeScript-to-Native Compiler and Runtime
RTS compiles TypeScript directly to native code via Cranelift, skipping V8 entirely. With JIT/AOT modes, a custom Rust standard library and its own HTML/CSS engine, it targets true native performance.
typescriptrustcompilerscranelift