From 5a7359c8c2e5f35874687ed58b0c55453611185f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 10 Dec 2007 05:06:15 +0000 Subject: minor edits llvm-svn: 44776 --- clang/www/comparison.html | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) (limited to 'clang/www/comparison.html') diff --git a/clang/www/comparison.html b/clang/www/comparison.html index 21c6df09309..90283d36e9e 100644 --- a/clang/www/comparison.html +++ b/clang/www/comparison.html @@ -17,8 +17,10 @@ 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, software is infinitely - mutable, so we avoid mentioning anything that would be easy to fix.

+ 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.

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. @@ -32,7 +34,7 @@

Clang vs GCC (GNU Compiler Collection)

-

Pros of GCC vs clang:

+

Pro's of GCC vs clang:

-

Pros of clang vs GCC:

+

Pro's of clang vs GCC: