You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The StructBox makes code that contains "hard" tail calls, which means
that performance suffers under the 64 bit JIT
closesdotnet/fsharp#549
commit 36f10b6214d8b73140b481e391f7999b9b8be8a3
Author: latkin <[email protected]>
Date: Wed Aug 12 12:40:46 2015 -0700
Proper ref/val type checking for all portable profiles
commit 037a5e1de652ac1873faddbecf0e89a19b0e869f
Author: Paul Westcott <[email protected]>
Date: Thu Aug 13 05:50:29 2015 +1000
Using default constructor for ResizeArray
Initially this had been set to 1, I had changed it to 4, but after
discussion it was decided that the default is probably the correct
choice. As per
dotnet/fsharp#549 (comment)
commit 3796a552ddb98e8fa23d60616c9689fe8a62c636
Author: Paul Westcott <[email protected]>
Date: Thu Aug 13 05:45:38 2015 +1000
Renamed key to safeKey where appropriate
As per
dotnet/fsharp#549 (diff)
commit b7884f8409d2708cd26d992bc7b0d77f788a360b
Author: Paul Westcott <[email protected]>
Date: Wed Jul 22 17:12:30 2015 +1000
Restored null arg exception as lazy
I don't think this is a good way to structure exceptions, but it's to
match current functionality
commit 23cc1564df7b9df4449ee419fd457c9f8f629564
Author: Paul Westcott <[email protected]>
Date: Wed Jul 22 05:53:33 2015 +1000
Split dict by ValueType/RefType
commit d4b6861c065ab4ca8775a62f28d8446a79c15058
Author: Paul Westcott <[email protected]>
Date: Wed Jul 22 05:10:39 2015 +1000
Split Array.countBy/groupBy by ValueType/RefType
commit 02e6d424ea885785dd49f0e1beeb98519a142ba4
Author: Paul Westcott <[email protected]>
Date: Wed Jul 22 04:55:42 2015 +1000
Split List.groupBy for ValueType/RefType
commit d80e6162abd76980abc4a3cfa260188402e2f352
Author: Paul Westcott <[email protected]>
Date: Wed Jul 22 04:43:54 2015 +1000
Split List.countBy by RefType/ValueType
commit 202e12e6313f2059fd307b290204113a269ddbe9
Author: Paul Westcott <[email protected]>
Date: Wed Jul 22 04:27:45 2015 +1000
"Fixing" Reflection issues with Profile builds
There must be some other way to check if a type is a Value Type? I doubt
if it has been removed?
commit c06d8e6f6762e9f42dd9dad9b81daba415838aa4
Author: Paul Westcott <[email protected]>
Date: Tue Jul 21 16:07:33 2015 +1000
Split Seq.countBy for ValueType/RefType
commit 1c5ce382eed705af3a44ddcfdeb1e799dde9eed3
Author: Paul Westcott <[email protected]>
Date: Tue Jul 21 15:42:25 2015 +1000
Split Seq.groupBy for ValueType/RefType
The StructBox makes code that contains "hard" tail calls, which means
that performance suffers under the 64 bit JIT
0 commit comments