Compiler Design
EasyExamNotes.com covered following topics in these notes.
EasyExamNotes.com covered following topics in these notes.
- LEX
- Data structure in CD
- Specification & Recognition of Tokens
- Bootstrapping n porting
- Phases of compiler
- Input buffering
- Syntax analysis CFGs
- L-attribute definition
- LR parser
- Operator precedence parsing
- Analysis of syntax directed definition
- Recursive descent parser
- Recursive analysis/span
- Function and operator overloading
- Storage allocation strategies
- Equivalence of expression in type checking
- Storage organization
- Parameter passing
- Run time environment
- Type checking
- Polymorphic function
- Case statement CD
- Code generation issue in design of code generator
- Boolean expression
- Register allocation & assignment
- Intermediate code generation declaration and assignments
- Analysis synthesis model of compilation
- Code optimization
- Sources of optimization of basic blocks
- Loops in flow graphs
- Dead code elimination
- Loop optimization
- Introduction to global data flow analysis
- Data flow analysis of structure flow graph