Closed shaobo-he closed 2 years ago
Stack unwinding logic is very complicated and even though the functions associated with it are not called, they stay in the program. This commit lets Rust programs to abort when panics occur, which produces much simpler programs.
Stack unwinding logic is very complicated and even though the functions associated with it are not called, they stay in the program. This commit lets Rust programs to abort when panics occur, which produces much simpler programs.