>>9 (loop do (sb-sys:without-gcing (some-gui-stuff)) (gc))
just don't allocate a lot of garbage (i.e. don't be a shit programmer) and you should be good
Name:
Anonymous2014-09-23 6:19
>>11 You failed to understand the problem, that's exactly as bad as (or even worse than) letting the GC randomly activate in the middle of the message loop.