aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/inliner.c
Commit message (Collapse)AuthorAgeFilesLines
* IR: just use an array for extended constantslemon2026-02-191-4/+3
| | | | | The extra work of using a hashtable to intern them is probably unnecessary.
* ir: basic inlining pass implementationlemon2026-02-181-0/+300