.. include:: _config.rst References ========== The documentation in the code makes references to some of these documents, especially to the C standard. .. _intel64isa: https://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-instruction-set-reference-manual-325383.pdf .. _spillref: https://link.springer.com/content/pdf/10.1007/978-3-642-00722-4_13.pdf - `C11 draft standard `_ - `SSA book `_ - `System V ABI `_ - `NASM documentation `_ - `x86_64 calling conventions `_ - `Intel 64 ISA reference `_ - `A simple, fast dominance algorithm, Cooper et al `_ - `Register Allocation for Programs in SSA Form, Sebastian Hack `_ - `Computing Liveness Sets for SSA-Form Programs, Brander et al `_ - `Register Spilling and Live-Range Splitting for SSA-Form Programs, Braun & Hack `_