signals
signals copied to clipboard
Custom PMF solver / devirtualize target member function if virtual
When a signal is bound to an object's virtual member function, we already know which exact function to call, assuming the object has finished initialization. If we could devirtualize it at this stage, there is no need to pay for the virtual while calling.
PMF structure is compiler-defined.