<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Tilmann Scheller wrote:
<blockquote
 cite="mid:aec43a860804070211y92d19b8q5f6ebbb2df9fcf4c@mail.gmail.com"
 type="cite">
  <pre wrap="">
I would be curious to see the performance results of a system with the
properties you mentioned (optimization at super-block level,
compilation on a different core) and IMO using LLVM for such a system
would be a great choice.
  </pre>
</blockquote>
We have looked more into LLVM docs. Indeed it looks feasible and
promissing.<br>
We are wondering about passes. The kaleidoscope tutorial refers to <br>
<pre>    OurFPM.add(createInstructionCombiningPass());
    // Reassociate expressions.
    OurFPM.add(createReassociatePass());
    // Eliminate Common SubExpressions.
    OurFPM.add(createGVNPass());
    // Simplify the control flow graph (deleting unreachable blocks, etc).
    OurFPM.add(createCFGSimplificationPass());
</pre>
Where are these passes documented ? <br>
<blockquote
 cite="mid:aec43a860804070211y92d19b8q5f6ebbb2df9fcf4c@mail.gmail.com"
 type="cite">
  <pre wrap="">Is there any public information about your emulation system? E.g. a
paper or a web site?
  </pre>
</blockquote>
Our new system is too young. We do not have accepted papers yet ...<br>
References to our previous work :<br>
<a class="moz-txt-link-freetext" href="http://www.springerlink.com/content/a2tw92lj4vlf98u0/">http://www.springerlink.com/content/a2tw92lj4vlf98u0/</a><br>
<a class="moz-txt-link-freetext" href="http://portal.acm.org/citation.cfm?id=710493&jmp=cit&coll=GUIDE&dl=GUIDE,ACM">http://portal.acm.org/citation.cfm?id=710493&jmp=cit&coll=GUIDE&dl=GUIDE,ACM</a><br>
<br>
Vania<br>
<div class="moz-signature">-- <br>
<meta content="text/html;" http-equiv="Content-Type">
<title></title>
<font face="Helvetica, Arial, sans-serif">================================================
<br>
Vania JOLOBOFF<br>
LIAMA Sino French Laboratory
<br>
95 Zhongguancun East Road
<br>
Beijing 100080, China
<br>
Tel +86 10 8261 4528     <a class="moz-txt-link-freetext" href="http://liama.ia.ac.cn/">http://liama.ia.ac.cn/</a><br>
<a class="moz-txt-link-abbreviated" href="mailto:vania@liama.ia.ac.cn">vania@liama.ia.ac.cn</a>  or <a class="moz-txt-link-abbreviated" href="mailto:vania.joloboff@inria.fr">vania.joloboff@inria.fr</a><br>
</font>
<br>
</div>
</body>
</html>