|
|
|
|
|
by stmw
224 days ago
|
|
Fair point re: Zig vs Rust, but my larger point was about exceptions by any other name, in the linked article: "Instead, when returning an error, rather than jumping to the return address, we look it up in the side table to find a corresponding error recovery address, and jump to that. Stack unwinding! The bold claim is that unwinding is the optimal thing to do! .." |
|