answersLogoWhite

0

This question cannot be answered in general (cf: what are the disadvantages of fruits), only two (or more) specific compiler can be compared, for example: 'gcc is cheaper than xlc, but supports more platform'

User Avatar

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

TaigaTaiga
Every great hero faces trials, and you—yes, YOU—are no exception!
Chat with Taiga
ProfessorProfessor
I will give you the most educated answer.
Chat with Professor
JudyJudy
Simplicity is my specialty.
Chat with Judy
More answers

Compilers requires you to go through a number of steps before running the application; you cannot modify and test just a single part of the application without rebuilding the entire executable, and this can take time.

Interpreted languages often cannot make coherence and type checks, so that you cannot discover some bugs until you run the specific parts of the program.

User Avatar

Wiki User

10y ago
User Avatar

They are slower in execution

than assembly programs...

Debugging is not easier since the compiler dont stop when encounters errror...

User Avatar

Wiki User

14y ago
User Avatar

The disadvantage of using a compiled language is that a compiler must be used. Also, execution of the program is much slower compared to when an interpreter is used.

User Avatar

Wiki User

10y ago
User Avatar

Add your answer:

Earn +20 pts
Q: What is a disadvantage of a compiler?
Write your answer...
Submit
Still have questions?
magnify glass
imp