Youtube

Go to The Main Page Add Youtube to favorite!

Sun Studio Compiler Suite 

Sun Studio
Developed by Sun Microsystems
Latest release Sun Studio 12 / June 04, 2007
Preview release Sun Studio Express 07/08 / July, 2008
OS Solaris, OpenSolaris, Red Hat Enterprise Linux, SUSE Linux Enterprise Server
Available in English
Japanese
Simplified Chinese
Type Compiler, Debugger, Software build, Integrated Development Environment
Website developers.sun.com/sunstudio

The Sun Studio compiler suite is Sun Microsystems' flagship software development product for Solaris and Linux. Sun Studio software delivers optimizing C, C++, and Fortran compilers, libraries, and performance analysis, and debugging tools for the Solaris OS on SPARC, and both Solaris and Linux on x86/x64 platforms, including the latest multi-core systems.

The Sun Studio software suite is downloadable at no charge from the Sun Studio download website.

Previous names of this product include Sun WorkShop, Forte Developer, and SunPro Compilers.

Contents

Languages

Supported architectures

Components

Sun Studio is a suite of software products that includes:

  • C/C++/Fortran compilers and support libraries
  • The Sun Studio IDE based on NetBeans
  • dbx command-line and GUI based debuggers
  • Performance Analyzer
  • Thread Analyzer
  • Sun Performance Library

Compiler Optimizations

A common optimizing backend is used for code generation.

A high-level intermediate representation called Sun IR is used, and high-level optimizations done in the iropt (intermediate representation optimizer) component are operated at the Sun IR level. Major optimizations include:

OpenMP

The OpenMP shared memory parallelization API is native to all three Sun Studio compilers.

gccfss

The gccfss (GCC for Sun Systems) compiler uses gcc's front end and Sun Studio's back end. Thus, gccfss is able to handle gcc-specific compiler directives, while it is also able to take advantage of the compiler optimizations in Sun's back end. This greatly facilitates the porting of GCC-based applications to SPARC systems.

gccfss 4.2 adds a new functionality as a cross compiler; SPARC binaries can be generated on an x86 (or x64) machine running Solaris. [1]

Research platform

As the Rock processor will be the first general-purpose processor to support hardware transactional memory (HTM), the Sun Studio compiler is used by a number of research projects, including Hybrid Transactional Memory (HyTM) [2] and Phased Transactional Memory (PhTM) [3], to investigate support and possible HTM optimizations.

Documentation

References

  1. ^ "Cool Tools - GCC for Sun Systems 4.2.0 as a Cross Compiler". Sun Microsystems. Retrieved on 2008-07-31.
  2. ^ "Hybrid Transactional Memory". Sun Microsystems. Retrieved on 2007-11-10.
  3. ^ "PhTM: Phased Transactional Memory". Sun Microsystems. Retrieved on 2007-11-10.

External links

Could not update stat
UP