mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-11 10:41:33 +00:00
- Removed GetHashCode() methods that were not really needed - Plugged class CultureInfo for GetHashCode() - Plugged class Runtime.CompilerServices for GetHashCode() - Plugged class RuntimeTypeImpl for GetHashCode() - Fixed tests that were failing using true .NET GetHashCode() - Fixed IL Interpreter added SHIFT, AND, XOR... for sbyte and short |
||
|---|---|---|
| .. | ||
| IL | ||
| ILOpCodes | ||
| Plugs | ||
| Properties | ||
| .editorconfig | ||
| App.config | ||
| AppAssembler.cs | ||
| AppAssemblerRingsCheck.cs | ||
| CompilerEngine.cs | ||
| CompilerExtensionAttribute.cs | ||
| CompilerExtensionBase.cs | ||
| CompilerHelpers.cs | ||
| Cosmos.IL2CPU.csproj | ||
| Cosmos.snk | ||
| ElfHash.cs | ||
| ExceptionHelper.cs | ||
| Extensions.cs | ||
| GCImplementation.cs | ||
| GCImplementationRefs.cs | ||
| Heap.cs | ||
| ILOp.cs | ||
| ILOpCode.cs | ||
| ILReader.cs | ||
| ILScanner.cs | ||
| MethodBaseComparer.cs | ||
| MethodInfo.cs | ||
| ObjectUtilities.cs | ||
| OpCodeAttribute.cs | ||
| Optimizer.cs | ||
| OurHashSet.cs | ||
| packages.config | ||
| PlugInfo.cs | ||
| PlugManager.cs | ||
| ReadMe.txt | ||
| ReflectionUtilities.cs | ||
| RuntimeEngineImpl.cs | ||
| RuntimeEngineRefs.cs | ||
| SkipList.cs | ||
| VTablesImpl.cs | ||
| VTablesImpl.Debug.cs | ||
| VTablesImplRefs.cs | ||
Base class for IL implementations.