<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://www.osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/24631/PCC_Compiler_Version_1_0_Released</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2013, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Tue, 21 May 2013 15:19:16 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Comment by Brynet</title>
			<link>http://www.osnews.com/thread?469956</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?469956</guid>
			<description>I noticed it was in the queue on April 1st, guess they thought it was a joke.</description>
			<pubDate>Tue, 12 Apr 2011 23:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (Brynet)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>3 decades to reach 1.0 version</title>
			<link>http://www.osnews.com/thread?469962</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?469962</guid>
			<description>impressive<br />
<br />
J/K</description>
			<pubDate>Wed, 13 Apr 2011 01:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (tylerdurden)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: 3 decades to reach 1.0 version</title>
			<link>http://www.osnews.com/thread?469968</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?469968</guid>
			<description>This comment reminds me of how different the Chrome browser feels going from Beta to version 10.<br />
<br />
J/K</description>
			<pubDate>Wed, 13 Apr 2011 02:48:00 GMT</pubDate>
			<author>donotreply@osnews.com (Jondice)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: 3 decades to reach 1.0 version</title>
			<link>http://www.osnews.com/thread?469972</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?469972</guid>
			<description>The version numbers simply weren't bumped, that doesn't say it isn't a good compiler.. it was hacked on for many years by many people, not made to impress the masses.</description>
			<pubDate>Wed, 13 Apr 2011 05:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (Brynet)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Comment by Brynet</title>
			<link>http://www.osnews.com/thread?469986</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?469986</guid>
			<description>I wasn't sure at first either ... but after checking it out it turns out it was.<br />
<br />
Looks like a nice compiler.</description>
			<pubDate>Wed, 13 Apr 2011 08:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (lucas_maximus)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>C++</title>
			<link>http://www.osnews.com/thread?470000</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?470000</guid>
			<description>C++ just needs a pre-processor program? Right?<br />
<br />
Would they use one already written, or are they developing that too?</description>
			<pubDate>Wed, 13 Apr 2011 12:42:00 GMT</pubDate>
			<author>donotreply@osnews.com (Earl Colby pottinger)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>About the 1.0</title>
			<link>http://www.osnews.com/thread?470020</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?470020</guid>
			<description>The version number is version 1.0 of the modern revival. The original versions were more tied to the version of Unix that they shipped with than anything else.<br />
<br />
Anyway, I don't really see the point of this. Yes it's small and portable and runs quickly, but it can't really compare to the output quality of GCC or Clang/LLVM. The idea of a compiler that runs superfast but makes slower binaries seems a bit odd.</description>
			<pubDate>Wed, 13 Apr 2011 15:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (madcrow)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: About the 1.0</title>
			<link>http://www.osnews.com/thread?470023</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?470023</guid>
			<description>I think the point is the license. Its not GPL.</description>
			<pubDate>Wed, 13 Apr 2011 16:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (broken_symlink)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: About the 1.0</title>
			<link>http://www.osnews.com/thread?470024</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?470024</guid>
			<description>Not really, if you understand the motivations.<br />
<br />
The whole point is that when building releases for testing on older architectures such as SPARC (not SPARC64), the devs can compile the tree quicker ... thus they can bug fix, test improvements etc quicker.<br />
<br />
Yes my Core 2 can compile the whole thing in about 20 minutes ... but it is for the older slower machines which are supported.</description>
			<pubDate>Wed, 13 Apr 2011 16:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (lucas_maximus)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: C++</title>
			<link>http://www.osnews.com/thread?470025</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?470025</guid>
			<description>that's something that always intrigued me..<br />
there are many C++ compilers, but all just compile down to intermediate code, not C. Given the difficulty of making a C++ compiler, i'm surprised that there isn't a &quot;generic&quot; C++ -&gt; C frontend that can be used with the plenty of C compilers available.</description>
			<pubDate>Wed, 13 Apr 2011 16:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (reduz)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: About the 1.0</title>
			<link>http://www.osnews.com/thread?470030</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?470030</guid>
			<description><div class="cquote">I think the point is the license. Its not GPL. </div><br />
Clang/LLVM is not released under the GPL. I think it is released under the University of Illinois/NCSA Open Source License.<br />
see <a href="http://llvm.org/docs/DeveloperPolicy.html#license" rel="nofollow">http://llvm.org/docs/DeveloperPolicy.html#license</a> for more information on Clang/LLVM licensing. Oh the other hand what's wrong with the GCC using the GPL unless you want to make a commercial compiler?</description>
			<pubDate>Wed, 13 Apr 2011 17:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (metalf8801)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: About the 1.0</title>
			<link>http://www.osnews.com/thread?470031</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?470031</guid>
			<description>GPLv3 is the issue.  None of the BSDs can use GPLv3 sources in their own source tree.<br />
<br />
Thus, for example, FreeBSD is stuck at GCC 4.2.1 and the accompanying versions of the binutils stack.  Which is why there's a big push on to get CLang up-to-snuff, and get the source tree compilable and self-hosting on CLang.  (Note: this is only applies to the compiler toolchain shipped as part of FreeBSD; users are free to install any version of GCC from the ports tree and use that for their own software projects.)</description>
			<pubDate>Wed, 13 Apr 2011 17:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (phoenix)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: About the 1.0</title>
			<link>http://www.osnews.com/thread?470041</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?470041</guid>
			<description>Why can't *BSD use GPL V3 licensed programs?</description>
			<pubDate>Wed, 13 Apr 2011 21:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (Bill Shooter of Bul)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: About the 1.0</title>
			<link>http://www.osnews.com/thread?470043</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?470043</guid>
			<description>It's not compatible, philosophically and legally.. someone building a commercial product using BSD would be hindered by the additional restrictions added to version 3 of the license.<br />
 <br />
 There are many comparisons and discussions explaining the problems, google it.Edited 2011-04-13 21:27 UTC</description>
			<pubDate>Wed, 13 Apr 2011 21:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (Brynet)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: About the 1.0</title>
			<link>http://www.osnews.com/thread?470045</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?470045</guid>
			<description>sorry my question was already answeredEdited 2011-04-13 21:47 UTC</description>
			<pubDate>Wed, 13 Apr 2011 21:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (metalf8801)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: C++</title>
			<link>http://www.osnews.com/thread?470060</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?470060</guid>
			<description>&quot;Just a preprocessor&quot; doesn't really mean anything.<br />
<br />
A preprocessor is, to quote wikipedia, &quot;a program that processes its input data to produce output that is used as input to another program&quot;. You still have to do all the hard work of parsing the code and generating the appropriate IR. At this point you'll have written a compiler frontent, so you might as well stick LLVM at the backend and emit machine code (instead of generating C and then compiling that with PCC). C++ especially is notoriously difficult to parse, so it doesn't really make sense to write a C++ to C compiler.</description>
			<pubDate>Wed, 13 Apr 2011 23:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (Stratoukos)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: C++</title>
			<link>http://www.osnews.com/thread?470071</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?470071</guid>
			<description>C++ was originally implemented via translation to C using a compiler called Cfront. See Wikipedia for more information: <a href="https://secure.wikimedia.org/wikipedia/en/wiki/Cfront" rel="nofollow">https://secure.wikimedia.org/wikipedia/en/wiki/Cfront</a> . That article references a proprietary compiler project that I had not heard of before called Comeau C/C++ which apparently does still use the strategy of compiling C++ by going through C.<br />
<br />
I think the problem is that it is useful for the compiler to know about C++'s features later on in the compiler pipeline. Converting them all to C probably makes the compiler harder to write and loses optimization opportunities.</description>
			<pubDate>Thu, 14 Apr 2011 01:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (AnyoneEB)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: About the 1.0</title>
			<link>http://www.osnews.com/thread?470111</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?470111</guid>
			<description>Ok, I've never really heard a convincing argument on this topic. There is the letter from the free BSD foundation a while ago<br />
<br />
<a href="http://www.freebsdfoundation.org/press/2007Aug-newsletter.shtml" rel="nofollow">http://www.freebsdfoundation.org/press/2007Aug-newsletter.shtml</a><br />
<br />
Which reads like absolute FUD to me. I've never heard of any case of a product being denied FCC licensing because the end user could change the software. Nor any product suffer &quot;increased support costs&quot; due to people modifying the webserver on a device. <br />
<br />
I once preferred FreeBSD to Linux, but I see know with GPV3 that they are more interested in providing freedom to Companies, than individuals. There is no reason why my FreeBSD Desktop should suffer (worse performance from PCC compiled binaries) because some nitwit wants to throw it in a box and sell it as a media server. <br />
<br />
Well I guess there is debian BSD, that will still use GNU userland, and probably prefer GCC licensed by GPL 3.</description>
			<pubDate>Thu, 14 Apr 2011 13:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (Bill Shooter of Bul)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: About the 1.0</title>
			<link>http://www.osnews.com/thread?470129</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?470129</guid>
			<description><div class="cquote">Which reads like absolute FUD to me. </div><br />
<br />
Kettle, meet pot.  :roll-eyes:<br />
<br />
<div class="cquote">I once preferred FreeBSD to Linux, but I see know with GPV3 that they are more interested in providing freedom to Companies, than individuals. There is no reason why my FreeBSD Desktop should suffer (worse performance from PCC compiled binaries) because some nitwit wants to throw it in a box and sell it as a media server.  </div><br />
<br />
And where do you see any of the above happening?  Where do you see PCC even being considered for inclusion into the FreeBSD source tree?<br />
<br />
<div class="cquote">Well I guess there is debian BSD, that will still use GNU userland, and probably prefer GCC licensed by GPL 3. </div><br />
<br />
Wow.  That's all I can say, just, wow.  :shakes head:</description>
			<pubDate>Thu, 14 Apr 2011 16:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (phoenix)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: C++</title>
			<link>http://www.osnews.com/thread?470134</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?470134</guid>
			<description>PCC is somewhat tied to OpenBSD.  OpenBSD is actually working on eliminating all C++ from their basic tree.  For example, they just got rid of groff for that very reason and replaced it with their own man-page preprocessor.</description>
			<pubDate>Thu, 14 Apr 2011 18:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (mikemikemike)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: About the 1.0</title>
			<link>http://www.osnews.com/thread?470138</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?470138</guid>
			<description>Firstly PCC compiles quickly and produces slower binaries so that the OpenBSD tree can be built faster on very slow machines (SPARC, m68k, VAX) ... and thus testing can commence more quickly.<br />
<br />
Also more modern variants of GCC do not support the older archs that OpenBSD (and other BSDs may support). So pcc is a solution to this problem.<br />
<br />
The choice to develop pcc was a pragmatic consideration not an idealistic one.<br />
<br />
Also I do not see what the problem is about releasing code that benefits everyone including companies. It is the original developers choice as to what license they wish to release their code under. Just because you don't like it doesn't mean it is wrong.</description>
			<pubDate>Thu, 14 Apr 2011 19:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (lucas_maximus)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: C++</title>
			<link>http://www.osnews.com/thread?470144</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?470144</guid>
			<description>Not exactly.<br />
<br />
AFAIK Anders Magnusson (main developer of PCC) started revisiting old code of PCC after experience with porting NetBSD to PDP-10 (KLH10 emulator to be specific). Most problems with porting were related to GCC, not NetBSD itself.<br />
<br />
Most work on mdocml (which replaced groff in OpenBSD) were done by Kristaps Dzonsons - NetBSD developer. NetBSD had even Google of Summer Code program related to mdocml.<br />
<br />
Nerveless people from OpenBSD had great impact on both projects. Many BSD projects those days are maintained by more than one community.</description>
			<pubDate>Thu, 14 Apr 2011 20:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (blinkkin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: About the 1.0</title>
			<link>http://www.osnews.com/thread?470151</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?470151</guid>
			<description>Policy. Just like how GPL can't use proprietary stuff.<br />
Ever wondered why Linux isn't compiled with the Intel compiler?</description>
			<pubDate>Thu, 14 Apr 2011 22:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (Soulbender)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
