Skip to content
abvbv edited this page Aug 5, 2020 · 32 revisions

This is my personal memo for understanding the internals of SBCL's native compiler Python (--- which has nothing to do with a recent programming language named Python. Think of it as a kind of "GCC compiler" or "LLVM compiler"). It may contain wrong observations. Anyone can edit/improve this wiki.

Useful resources:

cf.

TODO:

  • LVARs
  • Combination
  • flow-based constraint propagation details
  • IR2
  • VOPs
  • SCS
  • calling conventions