c# Programming Glossary: sscli
String sorting performance degradation in VS2010 vs. VS2008 http://stackoverflow.com/questions/12156627/string-sorting-performance-degradation-in-vs2010-vs-vs2008 is visible in the shared source implementation of the CLI SSCLI . It's located in sscli clr src classlibnative nls comnlsinfo.cpp.. than the other but I have no clue at all and there is no SSCLI for .NET 4.0 to compare against. The major changes to string..
Why use try {} finally {} with an empty try block? http://stackoverflow.com/questions/2186101/why-use-try-finally-with-an-empty-try-block SourceViewer browse.aspx assembly SSCLI namespace System.Threading type TimerBase ReliabilityContract..
Can anyone explain this strange behavior with signed floats in C#? http://stackoverflow.com/questions/2508945/can-anyone-explain-this-strange-behavior-with-signed-floats-in-c equal to 0.0 . Here is the source for CanCompareBits from SSCLI FCIMPL1 FC_BOOL_RET ValueTypeHelper CanCompareBits Object obj..
Where is the implementation of InternalEquals(object objA, object objB) http://stackoverflow.com/questions/384294/where-is-the-implementation-of-internalequalsobject-obja-object-objb can view a similar CLR source code by looking at Microsoft SSCLI aka Rotor . In SSCLI 2.0 it's implemented as in sscli20 clr.. source code by looking at Microsoft SSCLI aka Rotor . In SSCLI 2.0 it's implemented as in sscli20 clr src vm comobject.cpp..
High Frequency Heap http://stackoverflow.com/questions/4405627/high-frequency-heap using WinDbg SOS as shown below. It is also stated in the SSCLI book p. 235 . Here's part of the output for eeheap Domain..
|