|
From: | Auto mailings of changes to Lily Issues via Testlilyissues-auto |
Subject: | [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5718 Grow heap aggressively during music interpretation |
Date: | Tue, 04 Feb 2020 06:25:04 -0000 |
Patch on countdown for Feb 6th.
[issues:#5718] Grow heap aggressively during music interpretation
Status: Started
Created: Fri Jan 31, 2020 08:30 PM UTC by Han-Wen Nienhuys
Last Updated: Sun Feb 02, 2020 10:45 PM UTC
Owner: Han-Wen Nienhuys
During the interpretation stage, we build up a large set of
Grobs. Without tuning, GC is ineffective, because the Grobs are live
data and can't be collected.
To remedy this, if we see an unsuccessful GC step in the
Score_engraver we increase the heap size explicitly
Total GC overhead for mozart-hrn-3:
without initial heap size: 1.7s
with initial heap size set: ~1.2s
with heap scaling: ~0.25s
https://codereview.appspot.com/561390043
Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
_______________________________________________ Testlilyissues-auto mailing list address@hidden https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto
[Prev in Thread] | Current Thread | [Next in Thread] |