Andrea Corallo writes: > 5a55a845a7 * Implement 'maybe_gc_or_quit' to allow correct GC in compiled Lisp > 34ed9d2498 * Introduce latches > > are fixing here this issue, now running fibn at speed 2 the memory > consuptions stays constant. Alright, feedback time! Commits: - master: 82a632edc8b80bf16d9b9f205474bf9724b084c0 - feature/native-comp: 5a55a845a7c426e82e8a6a6d02bc4a39992871e3 The Good News ============= - I can compile the branch without adding files to the default blacklist, - compilation (-j1) now only takes less than 6 hours instead of 3 days (compared with 1.5 hour on master), - at no point during compilation did the system swap; in fact, I could probably have risked a -j2 build, - elisp-benchmarks doesn't show any obvious performance regression (… though see Bad News). For details on memory usage during compilation, see attached memory profile (to compare with bug#41077#28).