Cosmos/source2/IL2CPU/Cosmos.IL2CPU
2013-02-18 13:09:21 +00:00
..
CustomImplementation handle InlineAttribute in more places -> reduces asm size 2012-02-08 19:25:28 +00:00
IL 2012-08-13 00:39:42 +00:00
ILOpCode 2012-08-13 00:23:22 +00:00
Plugs Missing semi colon. 2012-08-18 03:43:39 +00:00
Properties
App.config 2012-08-02 06:33:12 +00:00
AppAssembler.cs I have resolved the bulk insert issue there is now commented out debugging code it will create debug files for each bulk insert currently we only have 30 files that means 30 bulk insert calls this is good :) 2013-02-18 13:09:21 +00:00
Cosmos.IL2CPU.csproj 2012-08-13 00:45:40 +00:00
Cosmos.IL2CPU.csproj.vspscc
Cosmos.snk
ElfHash.cs
ExceptionHelper.cs
Extensions.cs 2012-08-07 04:55:39 +00:00
GCImplementation.cs
GCImplementationRefs.cs
Heap.cs
ILOp.cs Labeling changes. 2012-08-07 05:29:26 +00:00
ILOpCode.cs
ILReader.cs
ILScanner.cs Fixed asm stepping. also fixed IL2CPU Profiler and changed Label replace chars with a compiled regex. 2013-02-03 16:10:16 +00:00
MethodBaseComparer.cs
MethodInfo.cs Added a new Attribute called DebugStub. Has a property Off which when set to true specifies that no debugstub calls should be inserted for code in this function. NOT FOR GENERAL USE!! CAUTION: No debugging what so ever is possible on a function with this attribute applied. Useful for large loops of tested code where speed is of the essence 2012-02-03 17:32:53 +00:00
ObjectUtilities.cs
OpCodeAttribute.cs More from Gendarme. Cosmos.VS.Package's AssemblyVersion attribute didn't match it's AssemblyFileVersion, they now match. Sealed a few non-inherited attributes. Also made private field actually used as was intended. 2011-10-23 00:15:19 +00:00
Optimizer.cs 2012-08-13 00:39:42 +00:00
OurHashSet.cs
packages.config 2012-08-02 06:33:12 +00:00
PlugInfo.cs
ReadMe.txt
ReflectionUtilities.cs
RuntimeEngineImpl.cs
RuntimeEngineRefs.cs
SkipList.cs
VTablesImpl.cs remove TypeInitialized 2012-03-11 19:34:16 +00:00
VTablesImplRefs.cs

Base class for IL implementations.