Memory Safe Languages in Android 13 (Google security blog)
Memory Safe Languages in Android 13 (Google security blog)
Posted Dec 2, 2022 15:46 UTC (Fri) by marcH (subscriber, #57642)In reply to: Memory Safe Languages in Android 13 (Google security blog) by atnot
Parent article: Memory Safe Languages in Android 13 (Google security blog)
I believe the work to create java.util.concurrent eventually prompted this:
https://en.wikipedia.org/wiki/Java_memory_model#Impact
> The Java memory model was the first attempt to provide a comprehensive memory model for a popular programming language.[6] It was justified by the increasing prevalence of concurrent and parallel systems, and the need to provide tools and technologies with clear semantics for such systems. Since then, the need for a memory model has been more widely accepted, with similar semantics being provided for languages such as C++.[7]
