GCC 4.6 brings support for the new Go programming language, improved experimental support for the C++0x standard, support for Android Bionic C library, support fot ARM Cortex-M4, basic support for the Cortex-A15, Intel Core 2 and Core i7 optimizations, support for AMD Bobcat CPUs and more.
Read more »GNU Compiler Collection 4.6.0 Released
Category: High End Tags:
- Login to post comments
What's new in GNU Compiler Collection 4.5
GCC 4.5 promises faster programs using the new link-time optimization (LTO) option, easier implementation of compiler extensions thanks to the controversial plugin infrastructure, stricter standards-conformance for floating-point computations, and better debugging information when compiling with optimizations.
Read more »Category: High End Tags:
- Login to post comments
Benchmarks Of GCC 4.5.0 Compiler Performance
Last week GCC 4.5.0 entered the world with improvements. Over the weekend we decided to benchmark this major update to the GNU Compiler Collection to see how its performance compares to that of GCC 4.3 and 4.4.
Read more »Category: High End Tags:
- Login to post comments
Cross compilers, the new wave
When my faithful Linux machine silently died under my fingers, I knew I had a lot of work to do. I need a lot of different software and installing and configuring it takes quite some time. A job I'm particularly "fond" of is installing the cross compilers I need for my 4tH compiler. Yes, although I'm a dedicated Linux user, I create MS-DOS and MS-Windows packages as well.
Read more »Category: High End Tags:
- Login to post comments