Hacker News new | ask | show | jobs
by pjmlp 1838 days ago
Well for the situations that it really really matters, it is rather MISRA-C++, and allocations are not allowed anyway.
1 comments

I've done safety critical that wasn't MISRA. But you have reminded me that for years we were leaving optimization off so we could verify full code and branch coverage in the assembly. At which point Java is almost certainly faster, though we never would have fit in memory with Java. Eventually we started turning optimization on and it was harder to verify but not impossible.