Hi everyone. If you’re into systems engineering, writing raw C, or wrangling assembly NASM/FASM/GAS, you know exactly what building a massive project turns into. You either drown in sheets of legacy Makefile spaghetti, or you deploy a monstrous CMake...
!https://coderlegion.com/?qa=blob&qablobid=11803153982793979393
While the mainstream tech world burns gigawatts of energy scaling massive models on H100 clusters, I decided to pull things down to earth and focus on low-level optimization for a real-...
!https://coderlegion.com/?qa=blob&qablobid=11599452078289092535
So, I decided to stress-test fz ForgeZero and see how it handles a completely different environment. No beefy x8664 server, no standard glibc desktop setup—just a raw mobile terminal on...
!https://coderlegion.com/?qa=blob&qablobid=10858898993970459087
Recent changes to ForgeZero introduce two new build targets:
musl libc cross-compilation through the Zig toolchain
Objective-C compilation support on Linux
The goal is not to add a...
What is Gloria JIT?
Gloria JIT is a low-level programming language and compiler that is part of the ForgeZerohttps://github.com/forgezero-cli/forgezero ecosystem. It is written in Go and compiles source code directly to x86-64 machine code — no LLV...
We shipped v4.1.0 with a clear mandate: eliminate heap allocations from every critical path,
harden the syscall layer, and make the build engine deterministic at hardware limits.
v4.2.0 delivers on that — and then goes further.
This release drops CG...
ForgeZero 4.1 vs GNU Make: Up to 4.5x Faster Build Performance
I've been working on ForgeZero, a modern build system designed to replace traditional make with a faster, zero-config approach.
With the release of ForgeZero 4.1, I benchmarked it agai...