Cosmos/source2/IL2CPU/Cosmos.IL2CPU/CustomImplementation/System
EdwardNutting_cp e10d739ff5 Fixes VS Stop Debugging button.
Fixes a number of issues reported on CodePlex.
2013-12-25 15:57:47 +00:00
..
Drawing1
Globalization
Net
Resource
Runtime handle InlineAttribute in more places -> reduces asm size 2012-02-08 19:25:28 +00:00
Security handle InlineAttribute in more places -> reduces asm size 2012-02-08 19:25:28 +00:00
Text
Threading
ArrayImpl.cs
ArrayImplRefs.cs
BooleanImpl.cs
ByteImpl.cs
CharImpl.cs
DelegateHelper.cs
DelegateImpl.cs
DoubleImpl.cs remove unneeded decimal part in float/double ToString() for example 0.0 -> 0 ; 3.0 -> 3 2011-10-06 19:57:10 +00:00
EnumImpl.cs
EnvironmentImpl.cs
GCImpl.cs handle InlineAttribute in more places -> reduces asm size 2012-02-08 19:25:28 +00:00
Int16Impl.cs Fixes VS Stop Debugging button. 2013-12-25 15:57:47 +00:00
Int32Impl.cs
Int64Impl.cs Fixes VS Stop Debugging button. 2013-12-25 15:57:47 +00:00
IntPtrImpl.cs
MulticastDelegateImpl.cs
NumberImpl.cs fix all signed indirect pushes ( Ldind_Ix, Ldind_Ux) 2011-09-15 19:13:40 +00:00
ObjectImpl.cs
ObjectImplRefs.cs
RuntimeType.cs
RuntimeType.RuntimeTypeCache.cs
RuntimeTypeHandle.cs
SByteImpl.cs Got my optimizer working. It's currently only enabled if you have the debug level set to none. Also added a plug for System.Random that doesn't depend on the current tick count. 2011-09-17 17:37:36 +00:00
SingleImpl.cs remove unneeded decimal part in float/double ToString() for example 0.0 -> 0 ; 3.0 -> 3 2011-10-06 19:57:10 +00:00
SRImpl.cs
StringImpl.cs Fixes VS Stop Debugging button. 2013-12-25 15:57:47 +00:00
StringImplRefs.cs
UInt16Impl.cs
UInt32Impl.cs
UInt64Impl.cs