• 2023

    • 7-26 Pypy 砰呸 - Part 1. 使用 Rpython Translation Toolchain 來做最佳化
    • 7-24 Pypy 砰呸 - Introduction. Pypy and Rpython Translation Toolchain
    • 1-4 Part 0. AI 編譯器介紹
  • 2022

    • 5-26 Python Internal - Part 0. 深入 CPython Internal
    • 5-11 Just In Time Compiler - Part 6. Threaded Code - 跳出迴圈的魔咒
  • 2021

    • 7-8 玩遍 MLIR - Part 0. MLIR Introduction
    • 6-28 一統編譯器世界的 LLVM - Part 0. 關於 LLVM 的歷史、淺談及應用
    • 6-26 虛擬機二三事 - Part 3. Java 虛擬機和 Dalvik 虛擬機的差異
    • 6-22 虛擬機二三事 - Part 2. 水很深的 Android Runtime
    • 6-21 虛擬機二三事 - Part 1. Stack-based VM vs Register-based VM
    • 6-19 虛擬機二三事 - Part 0. 虛擬機的介紹
    • 6-8 Hello World Odyssey - Part 3. 好玩的動態鏈接
    • 6-5 Hello World Odyssey - Part 2. 關於符號的大小事
    • 6-2 Hello World Odyssey - Part 1. 邂逅 ELF
    • 5-31 Hello World Odyssey - Part 0. Introduction
    • 5-19 Just In Time Compiler - Part 5. Cross Comparison - 效能大亂鬥
    • 5-18 Just In Time Compiler - Part 4. BF optimization - 讓我們進入加速的世界吧
    • 5-13 深入了解浮點數 IEEE 754
    • 5-11 Just In Time Compiler - Part 3. Brainfuck compiler and interpreter 比較與探討
    • 5-9 Just In Time Compiler - Part 2. Brainfuck compiler and Interpreter
    • 5-8 Just In Time Compiler - Part 1. 認識 JIT 及建立簡單的(?) JIT
    • 5-7 Just In Time Compiler - Part 0. 專案說明與綜觀介紹