views:

119

answers:

3

What kind of compilers do big software companies such as Adobe use for their commercial products like Photoshop?

+4  A: 

Microsoft uses VC for most of its products. GNU like software is compiled using GCC. Some scientific intensive software is compiled using Intel compilers.

Yassin
@Yassin Thanks a lot. Do you mind adding some references?
Hamid Nazari
A: 

Some companies also use the Intel C++ compiler. It generates very good optimized code for Intel processors. It is also available for Mac OSX and Linux, where you can get a free non-commercial use license. For more info go here

Jaka
+1  A: 

For embedded stuff: Green Hills and Wind River come to mind.

BCS