Cosmos/source/Indy.IL2CPU
2007-10-06 08:22:26 +00:00
..
CustomImplementation/System A bunch of refactorings. Now code generation is done in the right places 2007-09-30 12:19:27 +00:00
Properties Renamed dir to match project 2007-08-29 14:28:10 +00:00
RuntimeEngine A bunch of refactorings. Now code generation is done in the right places 2007-09-30 12:19:27 +00:00
Engine.cs random changes 2007-10-06 08:22:26 +00:00
FieldAccessAttribute.cs Many changes, some might not work 2007-09-22 17:31:13 +00:00
Indy.IL2CPU.csproj Right now it's possible to compile to a tiny OS kernel. Right now, only thing possible to do is putting characters on the screen. More in the works 2007-10-02 15:15:35 +00:00
Indy.IL2CPU.csproj.vspscc Renamed dir to match project 2007-08-29 14:28:10 +00:00
MethodAliasAttribute.cs OK. On start up of the produced app, a Heap is created using kernel32#heapcreate, and it looks like newobj itself works fine now. Next step is calculate the size of a class, and allocate the correct size, and then see if instance methods work. 2007-09-19 17:18:25 +00:00
MethodReferenceExtensions.cs Quite a bunch of fixes went in, but still doesn't work. 2007-09-28 09:33:24 +00:00
ObjectUtilities.cs All ops neccessary for a scan are now implemented 2007-09-27 16:55:00 +00:00
RuntimeEngineImpl.cs random changes 2007-10-06 08:22:26 +00:00
RuntimeEngineRefs.cs OK. On start up of the produced app, a Heap is created using kernel32#heapcreate, and it looks like newobj itself works fine now. Next step is calculate the size of a class, and allocate the correct size, and then see if instance methods work. 2007-09-19 17:18:25 +00:00
VTablesImpl.cs Many changes. VMT doesn't work yet. First going to work on enhancing the testbench. 2007-09-29 16:07:32 +00:00
VTablesImplRefs.cs VTable is getting emitted now. There are some issues with the generated code. ie, doesn't work at all.... 2007-09-27 17:46:17 +00:00