https://bugzilla.novell.com/show_bug.cgi?id=446100
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=446100#c4 --- Comment #4 from Paolo Molaro <[EMAIL PROTECTED]> 2008-11-18 09:45:33 MST --- What architecture do you need? If you need arm for example you don't need to build the interp as we already provide jit support for arm. For architectures we don't yet support you have two choices: 1) port the jit (which is actually not that hard to do) 2) fix the interpreter and port it to the arch (the amount of work here is basically the same as 1) If you intend to work on a port we can help you getting started if the docs are unclear in some parts. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
