Topic: Phases of Compiler
Answers to Common Questions
What are the differences between pass and phase in compiler?
pass:- it is an logical execution of the compilation process. PHASE:- IT IS AN CHRONOLOGICAL PROCESS OF COMPILATION. Read More »
Source: http://wiki.answers.com/Q/What_are_the_differences_between_pass_a...
What are the phases of the OCaml compiler?
Here's a short, incomplete version from 20 minutes of snooping around the source code. Admittedly, this is mostly my experience with GHC speaking: they have nice code commentary <http://hackage.haskell.org/trac/... and the overall structure... Read More »
Source: http://www.quora.com/What-are-the-phases-of-the-OCaml-compiler
How many phases included in java interpreter to compile a source ...
SIX phases.. i am sure every source code in java will compiled only three phases and the remaining three phases will be compiled on other (depends upon the instruction set of corresponding processor) to create an ".exe" file. Read More »
Source: http://wiki.answers.com/Q/How_many_phases_included_in_java_interp...
Answers to Other Common Questions
Compiler is large and complex program so we divide compiler into different phases on the base of their complexity. There are four compulsory phases of complier; Lexical Analysis, Syntax Analysis, Semantic Analysis and Target Code Generation... Read More »
Source: http://answers.yahoo.com/question/index?qid=20080515041524AAY3Oaf
Seems it's the first phase( parsing), as both have to breakdown the source code into tokens and analyze it ; however, the compiler does it at compile time while the interpreter performs it at run time (traditionally ) Read More »
Source: http://answers.yahoo.com/question/index?qid=20090301082104AAWkRvY
Preprocessor. Assembler. Loader and Link-editor. Read More »
Source: http://aolanswers.com/questions/system_software_6276514311726
Hello on this page you get the solution for your problem! http://blogs.msdn.com/vcblog/archive/200… Read More »
Source: http://answers.yahoo.com/question/index?qid=20100208113405AA1xtXy
A Compiler is basically a type of Computer program. It is used for translation of text written in a source computer language to another computer language also known as the target language. This process is primarily undertaken to create an e... Read More »
Source: http://www.blurtit.com/q285277.html
Not sure how to interpret your question but I believe the phases of a compiler to be: 1. Lexical analysis - reads in source code and checks for minor errors. 2. Preprocessing - standardizes the source code. 3. Parsing - breaks the code up i... Read More »
Source: http://www.blurtit.com/q942372.html
For performing different task on the computer, compiler is communication medium that translate source language into target language. Compiler allows the user to perform customized task on machine. Initially for writing compiler machine lang... Read More »
Source: http://www.blurtit.com/q629753.html
Want A Personal Answer?
1,019,238 people are answering.
About - Privacy - AskEraser - Advertise - Careers - Ask Blog - iPhone - Android - Help - Feedback ©2012 Ask.com