|
|
|
|
|
by alexk7
4831 days ago
|
|
The results are what I expected and not that interesting. Compiling C as C++ usually yields the exact same native code as compiling it as C, except for some very minor differences. What would be interesting is how long it now takes to compile GCC itself. For code that does not use C++ features, I also expect a very minor difference. |
|