-
Curated list of awesome resources on Compilers, Interpreters and Runtimes
-
PLCT实验室的公开演讲,或者决定公开的组内报告。
-
PLCT开源基础软件进展(月刊)。
-
PLCT实验室收集的方舟编译器的相关分析文章和新闻。
-
A collection of compiler optimizations with brief descriptions and examples of code transformations.
-
the Garbage Collection Page -Richard Jones
the Garbage Collection page is a comprehensive resource for automatic dynamic memory management a.k.a garbage collection. As well as links to my book on garbage collection and my online, searchable memory management bibliography (over 1,900 entries), it includes links to other garbage collection resources such as software and conference proceedings.
-
Understanding How Graal Works - a Java JIT Compiler Written in Java
-
Yannis Smaragdakis
-
A path to enlightenment in Programming Language Theory --Steven Shaw
-
对 Parser 的误解 --王垠
-
I do not use a debugger --Daniel Lemire
-
Debugging hell --Linus