3 ms·In rust, is jit equivalent to an "unsafe" block ?by JackSlateur 1mo agoIn rust, is jit equivalent to an "unsafe" block ?brabel 1mo agoRead 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.Ohentis 1mo ago[dead]