From: <jpp...@gm...> - 2005-12-16 14:08:02
|
I released version 0.03 to SF. There were only minor bug fixes (mostly due to JLCA doing a poor job of converting usages of Iterator to IEnumerator), but the noticeable change is that you can now edit text files (although there are sometimes problems saving changes... :( ). I also took the time to inline some methods that JLCA created and were only used once or never at all (like InitBlock() or the Enclosing_Instance property in inner classes). Since the debug-enabled assemblies usually can't change much - I suppose - (because of the need for keeping the stack trace), the JIT probably wouldn't do this inlining itself, resulting in unneeded method calls. The point is, the platform should run a wee bit faster now (and possibly have a wee bit tinier memory footprint, as I removed some unneeded references being stored by inner classes). Regards, JS -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.14.1/204 - Release Date: 15-12-2005 |