Optimize number parsing (dotnet/coreclr#21365)
authorPent Ploompuu <kaalikas@gmail.com>
Wed, 12 Dec 2018 14:47:16 +0000 (16:47 +0200)
committerJan Kotas <jkotas@microsoft.com>
Wed, 12 Dec 2018 14:47:16 +0000 (09:47 -0500)
commit91123521345af0da226b730d48cb0f445e2a56a0
treede6c0069310ae8a6664ec3694380e29e47a08074
parentd066084142fbe8d1690242930078ef21ed010945
Optimize number parsing (dotnet/coreclr#21365)

Commit migrated from https://github.com/dotnet/coreclr/commit/4d7f7112efaf54a9634abf2f3a8fecc254301c85
15 files changed:
src/coreclr/src/System.Private.CoreLib/src/System/Enum.cs
src/libraries/System.Private.CoreLib/src/System/Byte.cs
src/libraries/System.Private.CoreLib/src/System/Decimal.DecCalc.cs
src/libraries/System.Private.CoreLib/src/System/Decimal.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/NumberFormatInfo.cs
src/libraries/System.Private.CoreLib/src/System/Guid.cs
src/libraries/System.Private.CoreLib/src/System/Int16.cs
src/libraries/System.Private.CoreLib/src/System/Int32.cs
src/libraries/System.Private.CoreLib/src/System/Int64.cs
src/libraries/System.Private.CoreLib/src/System/Number.Parsing.cs
src/libraries/System.Private.CoreLib/src/System/ParseNumbers.cs
src/libraries/System.Private.CoreLib/src/System/SByte.cs
src/libraries/System.Private.CoreLib/src/System/UInt16.cs
src/libraries/System.Private.CoreLib/src/System/UInt32.cs
src/libraries/System.Private.CoreLib/src/System/UInt64.cs