ikvm-fork/ikvmc
jfrijters 90951dcfca Added Castclass_impl opcode to cast remapped type instance to implementation type. 2009-03-16 05:40:41 +00:00
..
AotTypeWrapper.cs Include helpful exception message in ClassCastException generated for ghost array casts. 2009-01-06 09:47:59 +00:00
AssemblyInfo.cs - Moved common assembly attributes to single file (CommonAssemblyInfo.cs). 2008-01-03 09:45:49 +00:00
Compiler.cs Guard against -sharedclassloader and -target:module being combined. 2009-02-19 08:07:26 +00:00
CompilerClassLoader.cs Added (limited) support for defining instance fields on remapped types. The fields will only be available on the actual implementation types, not the types they shadow (accessing the field on a shadow instance is undefined, but for reflection we'll at least guarantee that an exception is thrown (current java.lang.IllegalArgumentException)). 2009-03-16 05:28:11 +00:00
FakeTypes.cs Simplified creation of "fake" types. 2008-11-18 05:32:15 +00:00
ikvmc.build Implemented ikvm.internal.ClassLiteral<T> to allow for more efficient class literals. 2009-03-04 05:47:18 +00:00
remapper.cs Added Castclass_impl opcode to cast remapped type instance to implementation type. 2009-03-16 05:40:41 +00:00