jp2masa
jp2masa
## Changes - Added `IL2CPU.Reflection`, which is an object model on top of `System.Reflection.Metadata`, with APIs similar to `System.Reflection`. - Moved IL2CPU from `System.Reflection` to `IL2CPU.Reflection`.
_From @charsleysa on January 4, 2016 8:39_ Exception filtering is not yet supported. For an example of Exception filtering in C# see http://pastebin.com/URkYjsiE _Copied from original issue: CosmosOS/Cosmos#320_
There are many cases on .NET Core where there are internal types with the same full name as public types, and it can cause unexpected errors, as assembly names are...
The endfinally/endfilter op declares a data member to store the leave address and the leave op stores the current address in the data member, but the address should be stored...
Fixes #15. Fixes CosmosOS/Cosmos#694. ## Changes - Implemented generic interfaces on arrays. Includes #66, review d1b83da only.
The current debug symbols implementation has some weak points: 1. It uses SQLite to store the debug symbols, which is native, and forces us to have . 2. It depends...
_From @lukaandjelkovic on November 2, 2015 12:39_ From Gitter ``` C# int[,] map = new int[120, 25]; ``` When i use multidimensional arrays, it shows this error: ``` SystemVoidSystemInt32arraySetSystemInt32SystemInt32SystemInt32' undefined...
_From @Hetal728 on January 2, 2015 20:52_ x64 instructions would be a great enhancement, I could give it a shot if I figure out where/what I have to do. _Copied...
## Changes - Improved logging.
Moved from #6.