Sujet : Re: OpenVMS system programming language
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 24. Feb 2025, 03:33:51
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vpglqf$oqig$3@dont-email.me>
References : 1 2 3 4
User-Agent : Pan/0.162 (Pokrosvk)
On Sun, 23 Feb 2025 21:09:53 -0500, Arne Vajhøj wrote:
generational GC is very efficient at average but it has horrible real
time characteristics due to the dreaded ms GC pauses - got fixed via
special JVM's ...
None of which get around the basic problem that current CPUs depend
crucially for their speed on good program caching behaviour, and garbage
collection is ultimately a cache-hostile process.