forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove legacy light-up code from
System.Reflection.Metadata
et.al. (d…
…otnet#56587) * Remove legacy light-up code for the pointer-based Encoding.GetString. * Remove legacy light-up code for the memory-mapped file block code. * Remove FileStreamLightUp.IsFileStream and the need for it. * Address PR feedback. * Use hardware-accelerated population count where available. * Remove a try/finally with an empty try where CERs are not supported. * Use named arguments when constructing a memory-mapped file.
- Loading branch information
1 parent
4bf4300
commit db9c3f1
Showing
17 changed files
with
63 additions
and
402 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
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.