Questions tagged [gcc]

GNU Compiler Collection, it includes front ends for C, C++, Objective-C, Fortran, Java, Ada, and Go, as well as libraries for these languages (libstdc++, libgcj,...).

56 questions
1
vote
0 answers

GCC adds code involving `ecx` in main?

I have two pieces of code, one of which is compiled by me the other of which is supplied in binary-only. The code I am compiling has added instructions pertaining to ecx. What does this code do? The below is an excerpt from the main compiled by…
Evan Carroll
  • 1,779
  • 1
  • 18
  • 50