Phil Eaton 6/22/2019

Writing a lisp compiler from scratch in JavaScript: 6. LLVM system calls

Read Original

This technical article details extending a Lisp compiler's LLVM backend to support system calls like sys_write for printing integers to stdout. It covers overcoming exit code limitations, adding built-in forms, and modifying the compiler to handle variable addresses and type tracking in LLVM IR.

Writing a lisp compiler from scratch in JavaScript: 6. LLVM system calls

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes