Research injecting a constructor to avoid reflection in NSObject.AllocateNSObject in the managed static registrar #18357
Labels
enhancement
The issue or pull request is an enhancement
performance
If an issue or pull request is related to performance
Milestone
Problem: we need to set the
handle
andflags
fields before reaching the NSObject ctor.Solution:
This could potentially make it much faster to create NSObjects in the MSR trampolines.
Ref: dotnet/runtime#86649 (comment)
The text was updated successfully, but these errors were encountered: