Sujet : Re: "White House to Developers: Using C or C++ Invites Cybersecurity Risks"
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.c++ comp.lang.cDate : 29. Apr 2024, 01:02:02
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v0mo1q$1arr4$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
User-Agent : Pan/0.155 (Kherson; fc5a80b8)
On Fri, 8 Mar 2024 15:32:22 +0100, David Brown wrote:
And it will be tough on the cache as everything has to be copied and
moved.
I think all kinds of garbage collector end up being tough on the cache.
Because remember, they are doing things with lots of blocks of memory that
haven’t been accessed recently, and therefore are not likely to be in the
cache.