Secondly if we are talking about something like real time audio, or sending the maximum amount of triangles per second, then there is zero memory management, the code should be allocation free across all the critical path, regardless of the language.
I.e. all alloc should happen up front, functions should have predictable execution time, etc etc