Compilation process in general is split into roughly 5 stages and those are as follows:-
1. Preprocessing
2. Parsing
3. Translation
4. Assembling
5. Linking
Compilation process in general is split into roughly 5 stages and those are as follows:-
1. Preprocessing
2. Parsing
3. Translation
4. Assembling
5. Linking
EmbLogic Research & Competency Development Labs
Phone: +91 9818467776, 8527567776, 9650467776
Email: info@emblogic.com
Copyright © EmbLogic Embedded Technologies Pvt. Ltd.
compilation is done in mainly two stages:
1.Analysis
2.Synthesis
Analysis is done in three stages
1.1 Lexical Analysis
1.2 Syntactical Analysis
1.3 Semantic Analysis
Synthesis is done in three stages
2.1 Intermediate code generation
2.2 Code Optimization