#compiler
Bookmarks
- ๐ ๐ฆฎ Implementing Type Systems as Macros | Lambda Land (2024-11-15) #compiler #lisp
- ๐ ๐ฆฎ Scheduling Model in LLVM - Part Iย |ย Min Hsu's Homepage (2024-08-06) #compiler #llvm
- ๐ ๐ฆฎ Low-Level Software Security for Compiler Developers (2024-06-23) #compiler #security
- ๐ ๐ฆฎ Compiler Optimizations (2024-05-25) #compiler
- ๐ ๐ฆฎ Compilers for free with weval | Max Bernstein (2024-05-19) #compiler #wasm
- ๐ ๐ฆฎ An Incremental Approach to Compiler Construction (2024-02-01) #compiler #lisp
- ๐ ๐ฆฎ Compiler Options Hardening Guide for C and C++ | OpenSSF Best Practices Worki... (2023-12-01) #compiler
- ๐ ๐ฆฎ AST vs. Bytecode: Interpreters in the Age of Meta-Compilation (2023-08-15) #compiler #ast #bytecode #performance
- ๐ ๐ฆฎ The Compiler Writer Resource Page (2023-08-14) #compiler #qbe
- ๐ ๐ฆฎ An Incremental Approach to Compiler Construction (2023-08-14) #pdf #compiler
- ๐ ๐ฆฎ Let's write a compiler, part 1: Introduction, selecting a language, and doing some planning (2023-08-14) #compiler
- ๐ ๐ฆฎ I wrote a peephole optimizer (for QBE), part 1 (2023-08-14) #compiler #qbe #optimizer