http://bugzilla.novell.com/show_bug.cgi?id=524595
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=524595#c6 Miguel de Icaza <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Miguel de Icaza <[email protected]> 2009-07-28 21:37:10 MDT --- We agree that the JIT code generation could improve. In your second sample, you could try: mono -O=all test.exe On my system (x86-64): mig...@homelinux:~/downloads> mono -O=all test.exe Fast: 00:00:00.1231450 Slow: 00:00:00.1188620 The "checked" does introduce additional pressure that the JIT is unable to get rid of. On Java, how did you implement the "checked" support? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
