signals icon indicating copy to clipboard operation
signals copied to clipboard

Custom PMF solver / devirtualize target member function if virtual

Open TheWisp opened this issue 5 years ago • 0 comments

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.

TheWisp avatar Jan 16 '20 23:01 TheWisp