answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Why compilers require more memory?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is one disadvantage of link-state protocols over distance vector protocols?

They require more memory and processing power to run on the router.They require more memory and processing power to run on the router.They require more memory and processing power to run on the router.They require more memory and processing power to run on the router.


Do Macs require different memory than PCs?

Yes they will require different memory than PC's, also being more expensive.


What is the use of compiler in c language?

Compilers check correctness of your program syntax, memory allocation procedures and so on.


Why does a computer require different memory storage?

memory is a store deta is callad memory storage and computer require take deta in memory.


In general do operating systems for desktops and workstations require more or less memory than the operating system for servers?

Generally speaking, servers usually have more memory than desktops and workstations.


What does maximum address by a poniter refer in TC and GCC compilers?

In turbo C pointer maximum refers up to 1MB of memory, wheras in GCC pointer refers up to 4 gb of memory.


What jobs require good short term memory?

an auctioner, or you can just learn to have longterm memory, lots of jobs require that! ;)


In general do operating systems for desktops require more or less memory than operating systems for servers?

less


Advantages and disadvatages of single and multi pass compiler?

Single pass: Adv: More efficient than multi pass compilers in the compiler phase. Smaller compilers than multi pass Dis: Produces less efficient programs. Multi pass: adv: Can be useful when optimizing code. more machine independent Java like variable declaration - it doesn't need to be before the use of it, because Java require multi pass compilers. Dis: Slower at compile time


Why you require different operating system for different compiler?

Actually it's the other way around. You require different compilers for different operating systems. The reason for this is that an operating system is basically an intermediate step for a person to be able to interact with the hardware on their system. Each OS has a different way to do this, and so compilers must be different for each one, even for the same language.


What is symbol table and in which part of the memory it is stored?

A symbol table is a data structure used by compilers to store information about the variables, functions, and other entities in a program. It is typically stored in memory during compilation, often in a separate section known as the symbol table section. This section helps the compiler keep track of the symbols and their associated attributes to facilitate the compilation process.


Advantages of interpreters over compilers in systems programming?

during testing of any code it is usefull, normally interpreters are slow as we need to interpret every time the code is to be executed , but for compilers object code generated can used for any no . of times . for a code to be interpreted it has to be completely in main memory .