Earlier quoted context omitted.
> including garbage collection. Not only does flight control software typically never use garbage collection, it is also preferable to never allocate memory during the runtime -- all memory ever needed is allocated at program startup, and memory is not acquired or released until landing or some other major end event. Because memory issues are often the most significant causes of crashes, which you don't want to trans…
Do you have a link to bjarnes writeup? My ask Jeeves skills are failing me.
https://www.stroustrup.com/JSF-AV-rules.pdf
which is linked from the Applications page of Bjarne's website.