Cosmos/source/Cosmos.IL2CPU
Andrey Kurdyumov 6080592f99 Separate index and tables creation
This separation allows don't pay penalty for each insert during compilation phase.
Indexes created at the last step of the compilation process.
For profiler application indexes created together with tables.
2015-05-07 12:50:05 +06:00
..
CustomImplementation
IL Refactorings related to compiler. 2015-01-02 13:56:52 +01:00
ILOpCodes Added stobj's stack push/pop information to OpType. Re-added PCSpeaker.cs to Cosmos.HAL. 2015-04-20 10:40:39 -05:00
Plugs Add formatting 2015-01-18 19:46:48 +06:00
Properties rings are not fully enforced. this means that only core ring (0) can contain assembler plugs. 2014-12-05 20:40:26 +01:00
.editorconfig scanner log works again. 2015-03-15 17:02:47 +01:00
App.config
AppAssembler.cs Improved compilation speed by changing Guid to ulong 2015-05-07 12:41:05 +06:00
AppAssemblerRingsCheck.cs rings are not fully enforced. this means that only core ring (0) can contain assembler plugs. 2014-12-05 20:40:26 +01:00
CompilerEngine.cs Separate index and tables creation 2015-05-07 12:50:05 +06:00
CompilerExtensionAttribute.cs Ongoing work for enabling compiler extensions. 2015-01-03 09:30:10 +01:00
CompilerExtensionBase.cs Ongoing work for enabling compiler extensions. 2015-01-03 09:30:10 +01:00
Cosmos.IL2CPU.csproj Ongoing work for enabling compiler extensions. 2015-01-03 09:30:10 +01:00
Cosmos.snk
ElfHash.cs
ExceptionHelper.cs
Extensions.cs
GCImplementation.cs
GCImplementationRefs.cs
Heap.cs
ILOp.cs some fixes related to static fields and structs. 2014-12-22 11:11:47 +01:00
ILOpCode.cs Small perf improvements. 2014-12-20 17:41:53 +01:00
ILReader.cs
ILScanner.cs Hacked in showing types in call trace outputs when a plug is missing. (Rather than seeing "Void Run()" you see "Cosmos.Kernel::Void Run()", not ideal but it works.) 2015-04-20 10:41:58 -05:00
MethodBaseComparer.cs
MethodInfo.cs
ObjectUtilities.cs
OpCodeAttribute.cs
Optimizer.cs Not sure what the optimizer does. For now, lets disable it. 2014-12-20 18:15:40 +01:00
OurHashSet.cs
packages.config
PlugInfo.cs
PlugManager.cs Refactorings related to compiler. 2015-01-02 13:56:52 +01:00
ReadMe.txt
ReflectionUtilities.cs
RuntimeEngineImpl.cs
RuntimeEngineRefs.cs
SkipList.cs
VTablesImpl.cs uniform formatting. 2015-04-20 18:55:40 +02:00
VTablesImplRefs.cs

Base class for IL implementations.