Exploring the Intermediate Representation of GCC
This week I gained a deeper and clearer understanding about some terminologies and the flow within a compiler that I have posted last week. Frontend Basically itĀ uses a parser to produce the syntax tree abstraction of a given source file. It will translate source codes into intermediate representation (IR) like Read more…