Softune IDE Language tools
综述
SOFTUNE C compiler (V3)
- ANSI/ISO-compliant C language
- Provide advanced general-purpose optimization.
- Global optimization with detailed analyses of a program flow
- The instruction scheduling optimization
- Provides an appropriate optimization combination with emphasis placed upon the object size.
- Provides an appropriate optimization combination with emphasis placed upon the generated object execution speed.
- Extended language specifications
- Assembler Description Functions
- Interrupt Control Functions
- I/O Area Access Function
- Intrinsic Function
SOFTUNE C/C++ compiler (V6)
- The SOFTUNE C/C++ compiler supports C/C++/EC++ and three language modes.
- C mode
This mode is C-language specification mode that supports ANSI/ISO-compliant code. - C++ mode
This mode is compatible with ANSI/ISO-compliant C++ language. - EC++ mode
This mode is a subset of ANSI/ISO C++ language specifications including those specifications pertaining to embedding.
- C mode
- Provide advanced general-purpose optimization.
- Global optimization with detailed analyses of a program flow
- The instruction scheduling optimization
- Provides an appropriate optimization combination with emphasis placed upon the object size.
- Provides an appropriate optimization combination with emphasis placed upon the generated object execution speed.
- Extended language specifications for embedded application
- Assembler Description Functions
- Interrupt Control Functions
- I/O Area Access Function
- Intrinsic Function
- Function for controlling instantiation of C++ template
支持