mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-08 08:21:54 +00:00
Brian implemented the static compiler, take it off the list
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7316 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
be67780f31
commit
09cea35a36
@ -183,9 +183,9 @@ very rewarding.<p>
|
|||||||
<a name="pointeranalysis">Pointer and Alias Analysis
|
<a name="pointeranalysis">Pointer and Alias Analysis
|
||||||
</b></font></td></tr></table><ul>
|
</b></font></td></tr></table><ul>
|
||||||
|
|
||||||
We have a strong base for development of both pointer analysis based
|
We have a <a href="AliasAnalysis.html">strong base for development</a> of both
|
||||||
optimizations as well as pointer analyses themselves. It seems natural to want
|
pointer analysis based optimizations as well as pointer analyses themselves. It
|
||||||
to take advantage of this...<p>
|
seems natural to want to take advantage of this...<p>
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li>Implement a flow-sensitive context-sensitive alias analysis algorithm<br>
|
<li>Implement a flow-sensitive context-sensitive alias analysis algorithm<br>
|
||||||
@ -254,7 +254,6 @@ Ideas for profile guided transformations:<p>
|
|||||||
<ol>
|
<ol>
|
||||||
<li>Implement a global register allocator
|
<li>Implement a global register allocator
|
||||||
<li>Implement a better instruction selector
|
<li>Implement a better instruction selector
|
||||||
<li>Implement a static compiler in addition to the JIT (easy project)
|
|
||||||
<li>Implement support for the "switch" instruction without requiring the
|
<li>Implement support for the "switch" instruction without requiring the
|
||||||
lower-switches pass.
|
lower-switches pass.
|
||||||
</ol>
|
</ol>
|
||||||
@ -280,6 +279,6 @@ Ideas for profile guided transformations:<p>
|
|||||||
<address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
|
<address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
|
||||||
<!-- Created: Tue Aug 6 15:00:33 CDT 2002 -->
|
<!-- Created: Tue Aug 6 15:00:33 CDT 2002 -->
|
||||||
<!-- hhmts start -->
|
<!-- hhmts start -->
|
||||||
Last modified: Wed Jun 25 09:30:27 CDT 2003
|
Last modified: Fri Jul 25 13:04:03 CDT 2003
|
||||||
<!-- hhmts end -->
|
<!-- hhmts end -->
|
||||||
</font></body></html>
|
</font></body></html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user