From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom To: 9fans@cse.psu.edu, geoff@collyer.net References: <810c885907de9253706fc61fd641101d@collyer.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <810c885907de9253706fc61fd641101d@collyer.net> Subject: Re: [9fans] ports from GPL Message-Id: <20060318005904.27C5E11FC1@dexter-peak.quanstro.net> Date: Fri, 17 Mar 2006 18:59:04 -0600 Cc: Topicbox-Message-UUID: 16b1ceee-ead1-11e9-9d60-3106f5b1d025 exactly. and my point is that the resulting code (after all that waiting), isn't a lick faster. gcc is even slower than tcc for most of the tests that i ran the last time i tried. - erik p.s. awk-cc?! ... man. geoff@collyer.net writes | | > however gnu has devolved. they seem to value compiling on anything, | > and efficiency, but they don't seem to value simplicity. | | It's a skewed form of concern about efficiency though. In the case of | gcc, they worry about run-time of the generated program, but not about | the time it takes to compile it. gcc seems to get slower with each | release. I don't know if gcc 4 is the slowest C compiler on the | planet (I suspect that Henry Spencer's never-finished aacc, written in | awk, might take that title), but it's the slowest one I've used.