summary refs log tree commit diff stats
path: root/tests/vm/tmisc_vm.nim
Commit message (Collapse)AuthorAgeFilesLines
* Rework exception handling in the VM (#10544)LemonBoy2019-02-081-0/+20
| | | | | | | | | | | | | | | | | * Rework exception handling in the VM Make the safepoint handling more precise and less forgiving. The new code is clearer and more commented. Perform cleanup on `return`. The no-exception-thrown case in a try block should be slightly faster since we don't parse the whole set of exceptions every time. More tests. * Fix silly error that broke a few tests * Testament doesn't like files having the same name * Remove test case that failed compilation to js
* fixes #8740Araq2018-09-031-0/+51