dadhi/FastExpressionCompiler

Replace ILGenerator.Emit(OpCodes.Call, ..) with EmitMethodCall

dadhi opened this issue · 1 comments

dadhi commented

FEC EmitMethodCall has a benefit of calling the ILGenerator.EmitMethod for the supported platforms.
The method is more specialized and more performant.

dadhi commented

The benchmarks and the test.