On Fri, Apr 3, 2009 at 10:54, Kirill Kononenko <kirill.konone...@gmail.com> wrote:
> What I want to identify is how both a VM engine(ILDJIT, > .NET for example, Mono, Portable.NET), gcc and libJIT could be > extended with minimal changes to both, for best user experience for > example, is it speed performance, benchmark, code size, or power > consumption. You still need to do the steps Ian outlined in his message. For GCC maintainers to accept changes (minimal as they may be), you have to justify those changes, propose a patch and submit for review. Whether the patch is approved or not will depend on whether you convinced the GCC maintainers that the feature is useful and that it complies with http://gcc.gnu.org/contribute.html. It seems like you are still early in your design cycle. You still need to complete steps 1-3 in Ian's list. Diego.