summary refs log tree commit diff stats
path: root/tests/arc/t17025.nim
Commit message (Collapse)AuthorAgeFilesLines
* ARC Analysis in one pass v3 (#17068)Clyybber2021-02-171-0/+56
* Analyse last reads all at once * Integrate firstWrite analysis * Small cleanup * Use sets instead of seqs * Remove instrTargets * Reap the benefits * Implement error diagnostics * Operate on DFA index for lastRead analysis * Use mgetOrPut * Cache alias results This improves performance by a lot, since many CFG locations map to a single PNode * Improve performance * Improve performance * Cleanup * Fix #17025 * Grammar * Expand testcase