ebda6bf0c526d3b6440b30a057ded26c9143097d
We now use a stack allocator when making a copy of current connection state at the start of the signal emission process, and when collecting results from signal handlers in the case of a non-void return type. These changes also include a functionally neutral reworking of how the connection state copy is made and then used to check that a connection/handler is still valid mid-emission. Heap allocation will still happen if a signal has more than (currently) 512 connections. A little experimentation reveals that the maximum number of connections is typically nroutes+1, so 512 seems like a reasonable choice for this.
Please see the Ardour web site at https://ardour.org/ for all documentation..
For information on building ardour:
https://ardour.org/development.html
Description
Languages
C++
56.5%
C
39.6%
JavaScript
1.3%
Lua
0.9%
Python
0.6%
Other
0.9%