Commit graph

2 commits

Author SHA1 Message Date
Amanieu d'Antras
1c950e5c6f Simplify the try intrinsic by using a callback in the catch block 2020-03-05 17:36:50 +00:00
Amanieu d'Antras
919c5fe6b9 Test catch_unwind vanishing
We execpt the try intrinsic to be a direct call if in -Cpanic=abort mode, and
that catch_unwind optimizes out if calling a function that does not unwind.
2020-03-02 11:43:07 +00:00