DeVault: Announcing the Hare programming language
DeVault: Announcing the Hare programming language
Posted May 6, 2022 0:38 UTC (Fri) by khim (subscriber, #9252)In reply to: DeVault: Announcing the Hare programming language by foom
Parent article: DeVault: Announcing the Hare programming language
Without that change it's not really possible to use mmap (or Windows equivalent) thus it was just a matter of fixing the standard. None of them compilers ever broke any code which does these things.
The only thing which may trigger UB there is unaligned access (and yes, it may even happen with x86 since compiler can do autovectorization and use SSE instructions).
