in Compiler Design edited by
2,461 views
2 votes
2 votes

Incremental-Compiler is a compiler:

  1. which is written in a language that is different from the source language
  2. compiles the whole source code to generate object code afresh
  3. compiles only those portion of source code that have been modified
  4. that runs on one machine but produces object code for another machine
in Compiler Design edited by
by
2.5k views

1 Answer

7 votes
7 votes
Best answer
selected by
Answer:

Related questions