EmitCall is for the varargs method and should not be used for normal convention
dadhi opened this issue · 0 comments
dadhi commented
Instead, Emit(OpCodes.Call|Callvirt, methodInfo)
should be used.
See dadhi/DryIoc#519
Btw, it negates the performance meaning of #344 ...but consolidates the emit call place to be optimized in future.