aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/16-inline.c
Commit message (Collapse)AuthorAgeFilesLines
* ir: fix inlining getting stuck on complex recursive call sequenceslemon2026-03-081-0/+13
| | | | | By maintaining a proper stack of inline expansions and refusing to expand callers already present in the stack.
* ir: basic inlining pass implementationlemon2026-02-181-0/+22