Re: native threads

David McClain <[email protected]> Fri, 5 Jan 2024 11:39:45 -0700
Newsgroups gmane.lisp.openmcl.devel
Message-ID <[email protected]>
> However in this case it looks mostly like the SBCL GC is doing better: CCL is spending 85% of the time in GC, SBCL somewhat less (about 65%).
> 

In systems that are SMP capable, I would think that one thread could be dedicated, if needed, to GC duties. The amount of time spent in GC would then depend on how productive the rest of the system is. And I wouldn’t necessarily think ill of a high GC percentage.