summary refs log tree commit diff stats
path: root/tests/threads/t8535.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #10795Andreas Rumpf2019-03-061-5/+18
|
* lots of small changesArne Döring2018-12-111-1/+1
|
* Fixes 8535 (#8591)LemonBoy2018-08-171-0/+16
* Goodbye postInitProc * Give preInitProc its own scope Avoid any conflict between the variables introduced by preInitProc and initProc since both are codegen'd in the same function body. * Fix codegen for global var init in emulated TLS Fixes #8535 * Add test for #8535 * Keep a bogus stack frame around * Remove more dead code