Changes between Version 5 and Version 6 of VirtualizationMode

Show
Ignore:
Author:
edrishn (IP: 207.7.108.244)
Timestamp:
01/11/07 17:57:55 (4 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualizationMode

    v5 v6  
    1212Code translated in !IKVM mode will be built instantly, if all Java constructs are [wiki:Transformations transformed] by Janett, and unit-tests will pass, if Classpath Java implementation has the same behavior with Sun Java implementation and if IKVM tricks work. 
    1313 
    14 In Janett, we will transform every Java construct to C# counterpart in later releases. Jeroen Frijters (IKVM developer) [http://weblog.ikvm.net/PermaLink.aspx?guid=3620697a-52f4-4067-9afa-863b3066317b committed to use] [https://openjdk.dev.java.net/ OpenJDK] in IKVM ,so second part of problem may be fixed in near future. 
     14In Janett, we will transform every Java construct to C# counterpart in later releases. Jeroen Frijters (IKVM developer) [http://weblog.ikvm.net/PermaLink.aspx?guid=3620697a-52f4-4067-9afa-863b3066317b committed to use] [https://openjdk.dev.java.net/ OpenJDK] in IKVM ,so the second part of problem may be fixed in near future. 
    1515 
    16 We recommend IKVMCompiler and Janett VirtualizationMode to be used for libraries (black-box) not frameworks.[[BR]] 
     16We recommend IKVMCompiler and Janett VirtualizationMode to be used for libraries (black-box) rather than frameworks.[[BR]] 
    1717See also more interesting EmulationMode and NativeMode.