[Mono-dev] Building a code optimizer for mono
Preeti Murthy
preeti.murthy at gmail.com
Sat Apr 14 18:16:23 UTC 2012
Hi everyone
We are a group of undergraduate engineering students from National
Institute of Technology, Karnataka, India.
We were interested in the project 'Code optimization using Cecil' which is
one of the projects under contributing to mono tools.
Over a period of a few months, we have built a code optimizer, which does
loop unrolling and loop fusion on specific kind of loops,
by modifying the CIL of the CSharp program compiled by the GMCS compiler,
before handing it over to the JIT compiler.
We observed that such a code optimizer does show improved performance of
the JIT compiler.We have documented our work done
on the code optimizer. We were wondering how our work can be reviewed for
its usefulness by the mono development community.
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120414/d279d34b/attachment.html>
More information about the Mono-devel-list
mailing list