aumcode/nfx

Mono/.NET Core IL generation support for serialization

Opened this issue · 0 comments

The Mono 5 implementation is 3x times slower than Mono 3,
looks like they have switch expression tree to interpretation instead of IL generation.

Similar issue effects .NET Core.
We may switch to direct IL generation bypassing expr tree graphs, or use generate IL from expr tree in NFX.