[cfe-commits] r44795 - /cfe/trunk/www/comparison.html
Chris Lattner
sabre at nondot.org
Mon Dec 10 09:38:51 PST 2007
Author: lattner
Date: Mon Dec 10 11:38:50 2007
New Revision: 44795
URL: http://llvm.org/viewvc/llvm-project?rev=44795&view=rev
Log:
be more clear about what we are comparing.
Modified:
cfe/trunk/www/comparison.html
Modified: cfe/trunk/www/comparison.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/comparison.html?rev=44795&r1=44794&r2=44795&view=diff
==============================================================================
--- cfe/trunk/www/comparison.html (original)
+++ cfe/trunk/www/comparison.html Mon Dec 10 11:38:50 2007
@@ -16,11 +16,11 @@
<p>Building an entirely new compiler front-end is a big task, and it isn't
always clear to people why we decided to do this. Here we compare clang
and its goals to other open source compiler front-ends that are
- available. We restrict the discussion to very specific technical points
- to avoid controversy where possible. Also, since software is infinitely
- mutable, so focus on architectural issues that are impractical to fix
- without a major rewrite, instead of talking about little details that
- can be fixed with a reasonable amount of effort.</p>
+ available. We restrict the discussion to very specific objective points
+ to avoid controversy where possible. Also, software is infinitely
+ mutable, so we don't talk about little details that can be fixed with
+ a reasonable amount of effort: we'll talk about issues that are
+ difficult to fix for architectural or political reasons.</p>
<p>The goal of this list is to describe how differences in goals lead to
different strengths and weaknesses, not to make some compiler look bad.
More information about the cfe-commits
mailing list