This website requires JavaScript.
Explore
Help
Sign In
dan
/
Cosmos
Watch
1
Star
0
Fork
You've already forked Cosmos
0
mirror of
https://github.com/danbulant/Cosmos
synced
2026-05-21 13:28:41 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
f0e99d7653
Cosmos
/
source2
/
IL2CPU
/
Cosmos.IL2CPU
History
Trivalik_cp
60fad85a77
OurHashSet: do it without reflection
2014-03-24 22:09:23 +00:00
..
CustomImplementation
IL2CPU now checks plug classes/methods for correct/valid targets.
2014-01-31 19:23:25 +00:00
IL
2012-08-13 00:39:42 +00:00
ILOpCode
2012-08-13 00:23:22 +00:00
Plugs
LabelName: Was removing underscores from method namesfor readability. Caused bug with Buffer.__Memcpy where Buffer.MemCpy and Buffer._Memcpy were also used labels.
2014-02-04 16:27:16 +00:00
Properties
App.config
VS2013 Support
2013-11-06 21:01:49 +00:00
AppAssembler.cs
- Clearing INT3s now clears everything in the list not just INT3s for current method – more thorough cleanup that prevents accidental build up of INT3s
2014-01-18 12:47:43 +00:00
Cosmos.IL2CPU.csproj
Extracted ILScanner plug code into new PlugManager class for use in Plug Inspector app.
2014-02-01 10:46:46 +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
Extracted ILScanner plug code into new PlugManager class for use in Plug Inspector app.
2014-02-01 10:46:46 +00:00
ILOpCode.cs
ILReader.cs
ILScanner.cs
optimize label's, fix warnings
2014-03-24 21:25:32 +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
Optimizer.cs
2012-08-13 00:39:42 +00:00
OurHashSet.cs
OurHashSet: do it without reflection
2014-03-24 22:09:23 +00:00
packages.config
Almost looks like sqlite might just be working again...
2013-07-28 16:09:58 +00:00
PlugInfo.cs
PlugManager.cs
reduce name concat in ILScanner, PlugManager
2014-03-23 20:09:22 +00:00
ReadMe.txt
ReflectionUtilities.cs
RuntimeEngineImpl.cs
RuntimeEngineRefs.cs
SkipList.cs
VTablesImpl.cs
remove TypeInitialized
2012-03-11 19:34:16 +00:00
VTablesImplRefs.cs
ReadMe.txt
Base class for IL implementations.