12/8/2019
•
EN
Writing a lisp compiler from scratch in JavaScript: 6. an x86 upgrade
Upgrading a Lisp compiler's x86 backend to use stack-based value passing instead of limited registers, aiming for feature parity with an LLVM backend.