summary refs log tree commit diff stats
path: root/tests/destructor/tmatrix.nim
Commit message (Collapse)AuthorAgeFilesLines
* dfa.nim: track object/tuple field accesses more precisely; sink(o.x); ↵Araq2019-04-161-2/+2
| | | | sink(o.y) needs to compile; activate the tuple unpacking transf.nim bugfix
* use control flow graph for sink paramsAndrii Riabushenko2018-12-091-3/+7
|
* Double sink checksAndrii Riabushenko2018-12-081-6/+6
|
* destructors: optimize more assignments into moves; also fixes #9294Andreas Rumpf2018-10-121-2/+11
|
* fixes #9263Andreas Rumpf2018-10-101-0/+117