Define Code generation.

1 min read In Compiler Design

The Final Phase in our compiler model is the code generator. It takes as input an intermediate representation of the source program and produces as output an equivalent target program the requirements traditionally imposed on a code generator are severe, The Output code must be correct and of high quality, meaning that it should make effective use of the resources of the target machine. Moreover, the code generator itself should run efficiently.

Code generation.
Written by

Asheesh Gupta

Asheesh Gupta is a digital marketer, blogger, and developer helping individuals and businesses grow online through SEO, tools, and modern web solutions since 2014.

Leave a Reply

Your email address will not be published. Required fields are marked *