-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert fast path of ValueType.GetHashCode to managed (#97590)
* Access CanCompareBits from MethodTableAuxiliaryData * Switch to QCall * Fast path of GetHashCode * Call for RegularGetValueTypeHashCode * Cleanup unused FCall * Use HashCode type * Handle recursive case inside native code * Remove Double and Single from CoreLibBinder * Apply suggestions from code review Co-authored-by: Jan Kotas <jkotas@microsoft.com> --------- Co-authored-by: Jan Kotas <jkotas@microsoft.com>
- Loading branch information
1 parent
21c0940
commit 8cc7586
Showing
8 changed files
with
216 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.