| ▲ | JackSlateur 3 hours ago | |
In rust, is jit equivalent to an "unsafe" block ? | ||
| ▲ | brabel an hour ago | parent [-] | |
Read the code in the post. Everything is written in unsafe Rust. The assembly itself knows no memory safety at all and is completely up to the programmer skill whether it can be trusted to not mess up. | ||