» Tag
compilers
7 postsPon: A Rust-Built JIT/AoT Compiler for Python 3.14
Pon is a Rust-based JIT/AoT compiler that skips the CPython interpreter and bytecode entirely, compiling Python 3.14 straight to native code via Cranelift.
pythonrustcompilersjitPHP 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.
phpjitopcacheperformanceGo 1.26'nın yeni özelliği: //go:fix inline ile kaynak seviyesinde inlining
Go 1.26'daki go fix aracı ve //go:fix inline direktifi, API göçlerini otomatikleştiren kaynak seviyesi inliner'ı tanıtıyor. Detaylar devrazzi'de.
gogolangrefactoringcompilersGo Derleyicisi Slice Tahsislerini Yığında Yapıyor
Go 1.24-1.26 arası derleyici, sabit ve değişken boyutlu slice'ları yığında (stack) tahsis ederek heap yükünü ve GC baskısını azaltıyor.
gogolangcompilersperformanceRTS: 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.
typescriptrustcompilerscraneliftRust 1.97, nvptx64-nvidia-cuda hedefinde taban seviyeyi yükseltiyor
Rust 1.97, nvptx64-nvidia-cuda derleme hedefi için minimum PTX ISA 7.0 ve SM 7.0 gereksinimini getiriyor; eski GPU ve CUDA sürücü desteği kaldırılıyor.
rustcudanvidiagpuRust 1.96.0 Yayınlandı: Yeni Range Türleri ve Güvenlik Yamaları
Rust 1.96.0, Copy destekli yeni core::range türleri, assert_matches! makrosu, WebAssembly linker değişiklikleri ve iki Cargo güvenlik yamasıyla geldi.
rustprogramming-languageswasmcargo