lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Grow heap aggressively during music interpretation (issue 561390043


From: nine . fierce . ballads
Subject: Re: Grow heap aggressively during music interpretation (issue 561390043 by address@hidden)
Date: Sat, 08 Feb 2020 19:29:26 -0800

https://codereview.appspot.com/561390043/diff/567180043/lily/include/smobs.hh
File lily/include/smobs.hh (right):

https://codereview.appspot.com/561390043/diff/567180043/lily/include/smobs.hh#newcode312
lily/include/smobs.hh:312: static size_t count;
It seems that this is initialized to zero because it is static, but if
it simply had an "= 0", I wouldn't have had to go refresh my memory with
a web search.

Is it correct that there are no static Smobs anywhere in the program? 
If there were, it would be responsible to spend some time checking
whether this could be affected by the "static initialization order
fiasco."  (Maybe you already have.)

https://codereview.appspot.com/561390043/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]