[llvm-commits] [polly] r134153 - /polly/trunk/www/get_started.html
Tobias Grosser
grosser at fim.uni-passau.de
Thu Jun 30 07:07:36 PDT 2011
Author: grosser
Date: Thu Jun 30 09:07:35 2011
New Revision: 134153
URL: http://llvm.org/viewvc/llvm-project?rev=134153&view=rev
Log:
www/get_started: Explain when PoCC is needed
Modified:
polly/trunk/www/get_started.html
Modified: polly/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/get_started.html?rev=134153&r1=134152&r2=134153&view=diff
==============================================================================
--- polly/trunk/www/get_started.html (original)
+++ polly/trunk/www/get_started.html Thu Jun 30 09:07:35 2011
@@ -64,11 +64,16 @@
<h3> Install Pocc (Optional) </h3>
-Polly can use <a href="http://www.cse.ohio-state.edu/~pouchet/software/pocc">
-PoCC</a> as an external optimizer. PoCC provides an
-integrated version of <a href="http://pluto.sf.net">Pluto</a>, an advanced
-data-locality and tileability optimizer. To enable this feature install PoCC
-1.0-rc3.1 (the one with Polly support) and add it to your PATH.
+<p>Polly can use <a href="http://www.cse.ohio-state.edu/~pouchet/software/pocc">
+PoCC</a> as an external optimizer. PoCC is a research project that provides
+an integrated version of <a href="http://pluto.sf.net">Pluto</a>, an
+advanced data-locality and tileability optimizer. Similar functionality was
+recently integrated in Polly (through isl), however the optimizations are not as
+mature as the ones in Pluto/PoCC. Hence, if you want to use Pluto to optimize
+your code or you want to compare the optimizer integrated in Polly to Pluto you
+may want to use PoCC.</p>
+
+Install PoCC 1.0-rc3.1 (the one with Polly support) and add it to your PATH.
<pre>
wget <a
@@ -79,8 +84,7 @@
export PATH=`pwd`/bin
</pre>
-Furthermore, scoplib-0.2.0 has to be installed such that polly can link to
-it.
+Install scoplib-0.2.0
<pre>
wget <a
More information about the llvm-commits
mailing list