summary refs log tree commit diff stats
path: root/compiler/aliasanalysis.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes a long-standing ARC bug (#20849)ringabout2022-11-161-2/+6
| | | | | * fixes an ARC bug * add a testcase
* new move analyser2 (#20471)Andreas Rumpf2022-10-011-0/+124
* produce better code for closure environment creation * new 'first write' analysis; * scope based move analyser * code cleanup Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com>