BlogWriting about
Writing about
code and systems
Technical deep-dives into compilers, parsers, and the tools I build. Sharing what I learn as I explore how things work beneath the abstractions.
01
Finding bug
Today, I found that the call_ops file was actually unused or contained an error, debugging and checking memory and segmentation fault
Dec 05, 202511 min read
02
Justjit
JustJIT is a Python library / JIT compiler that utilizes LLVM’s ORC JIT to compile Python bytecode into optimized native code, combining speed and flexibility for performance-critical Python code.
Dec 03, 20253 min read