Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
A custom Rust-to-PowerPC compiler written in C, targeting Mac OS X Tiger. It runs on real G4 hardware, has a working borrow checker with NLL, generates AltiVec SIMD code, and implements async/await using the select() syscall. The endgame? Firefox on your 2005 Power Mac.
What happens when you try to build a modern JavaScript runtime on a big-endian PowerPC Mac from 2005? A cascade of patches, linker nightmares, and one very stubborn V8 engine.