top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

COMPILER: What compiler does during "pre-optimization phase of internal representation" ?

+2 votes
294 views

I have very high and limited knowledge of compiler's functionality.
As per my knowledge, Compiler does it's job using following steps:
1. Lexical analysis
2. Syntactic analysis
3. Semantic analysis
4. Pre-optimization of internal representation.
5. Code generation
6. Post optimization.

Can some one please explain about 4, 5 and 6 steps ? What they signify ?

posted Jun 18, 2014 by Ganesh

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

I am looking for detailed description of optimization flags that are provided by GCC compiler ?

0 votes

While reading shared library and PLT (Procedure Linkage Table) I came under a term Trampolines arrangement.

can any one share some info on it ?

+2 votes

What steps are performed by a compiler and how many types of compilers are present and used frequently ?

...