True or False, with Justification: " The compiler writer is intimately aware of the details of the processor implementation?"

Recommended Answers

All 2 Replies

False. Compilers generate machine-neutral code. This is then (usually) passed to an assembler or machine-code generator. In modern systems, the code is compiled to ELF (Executable and Linkable Format) code, which the linker converts to the appropriate system machine code when generating the executable image.

agreed, would seem to be solved?
M

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.