April 2002 Dev Tools Include gcc Update 10
snyperm writes "stepwise.com indicates that the April 2002 Developer Tools have been seeded to developers and is scheduled for release sometime in the coming weeks. The improvement of gcc 3.1 alone is noteworthy as arstechnica indicates there should be somewhat substantial increases in speed ahead for Mac OS X. One step closer to 10.2!" Also included, according to the story, is a ProjectBuilder 2.0 beta.
hmm (Score:4, Informative)
13: 64% [FP ] 4.31s Spherical Harmonics Legendre Polynomial
~19%
14: 38% [INT] 15.54s Dhrystone 2.1 (500k Iterations)
14: 45% [INT] 13.18s Dhrystone 2.1 (500k Iterations)
~11%
15: 32% [FP ] 9.15s Whetstone 1.2 (1000k Operations)
15: 36% [FP ] 8.23s Whetstone 1.2 (1000k Operations)
Those are some SEXY benchmarks. (bold = new gcc)
Re:hmm (Score:1, Informative)
~11%
89.2% 104.1% INT 3.50s Blowfish Block Cipher Encryption (448 bit key)
99.8% 124.9% INT 3.13s Blowfish Block Cipher Encryption (448 bit key)
~16%
84.2% 96.1% INT 3.71s Blowfish Block Cipher Decryption (448 bit key)
100.1% 124.9% INT 3.12s Blowfish Block Cipher Decryption (448 bit key)
~31%
32.1% 32.9% INT 17.23s Towers of Hanoi
41.0% 41.6% INT 13.50s Towers of Hanoi
~25%
76.5% 88.5% INT 3.99s Encode G.723-40 Audio 100k
96.3% 107.1% INT 3.17s Encode G.723-40 Audio 100k
i haven't looked into why this happened, the cli version is alright
62.6% 69.2% FP 4.42s Spherical Harmonics Legendre Polynomial
55.6% 65.1% FP 4.98s Spherical Harmonics Legendre Polynomial
color me puzzled (Score:4, Interesting)
Actually, it does. (Score:4, Interesting)
OS X / GCC (Score:3, Interesting)
http://gcc.gnu.org/gcc-3.1/criteria.html
Altivec? (Score:3, Funny)
Not that this release is going to be some automatically vectorizing compiler... Previous experience tells us how really hard that is. But, we can expect some basic altivec usage.
GCC changes (Score:3, Informative)
- Faster compilation times due to new precompiled header mechanism.
Now C++ code can take advantage of precompiled headers as well. See
Precompiled Headers.
- Better code optimization and generation. If you avoided turning on
optimization in the past, now would be a good time to try it again. See
Optimization.
- Better C++ support. In addition to supporting precompiled headers
for C++, GCC 3 contains the following improvements:
- A stabler and more efficient application binary interface (ABI).
- A new C++ standard library, including better support for the
Standard Template Library.
- Better compliance with the ISO C99 and ISO ANSI C++ specifications.
Note that the new ABI means you need to recompile all your C++ libraries
and frameworks.
This would be karma whoring if I wasn't capped out...This has been in ArsTechnica forums for a while (Score:1)
http://arstechnica.infopop.net/OpenTopic/page?a