Tracking issue for reflection invoke perf improvements #112994
Labels
area-System.Reflection
tenet-performance
Performance related issue
tracking
This issue is tracking the completion of other related issues.
Milestone
This covers work items to address various reflection invoke benefits:
See the PR #109901 for a partial reference implementation.
ForceEmitInvoke
andForceInterpretedInvoke
feature switches.Signatures to pre-generate:
Applications used: a console app and WPF app (just `EventAttribute` properties), and Telerik AspNetCoreApp (200+ dynamic methods; mostly constructors)From the list above, we will add getters and setters for all primitive types. All reference types will be treated as
object
and enums will be treated as their underlying type. Full list:The text was updated successfully, but these errors were encountered: