summary refs log tree commit diff stats
path: root/compiler/aliasanalysis.nim
Commit message (Collapse)AuthorAgeFilesLines
* use strictdefs for compiler (#22365)ringabout2023-08-061-1/+1
| | | | | | | | | | | | | | | * wip; use strictdefs for compiler * checkpoint * complete the chores * more fixes * first phase cleanup * Update compiler/bitsets.nim * cleanup
* 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>