Remix.run Logo
wmf 11 hours ago

Usually strict aliasing.

Ohentis 10 hours ago | parent [-]

If it's just strict aliasing then you can't be as fast as C++ in all cases. So you have to either provide an escape hatch like Rust (making the memory safety claim only mostly true), or accept worse performance in some cases (making the performance claim only mostly true).