Comment on JIT Compiling Code in 5μsparentComments−JackSlateur20dIn rust, is jit equivalent to an "unsafe" block ?−brabel20dRead 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.
Comments
In rust, is jit equivalent to an "unsafe" block ?
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.