1 / 5

Compilers

Compilers . Ankit jain 11cs10006 G3 Scribing class date : 29 TH JULY 2013. Compilers. Compilers. Analysis Front End Split source code into different constitute pieces(token). Put the pieces based on grammatical rules(Parse). Report Errors. Synthesis Back End

glenna
Télécharger la présentation

Compilers

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Compilers Ankit jain11cs10006 G3 Scribing class date : 29TH JULY 2013

  2. Compilers

  3. Compilers • Analysis • Front End • Split source code into different constitute pieces(token). • Put the pieces based on grammatical rules(Parse). • Report Errors. • Synthesis • Back End • Produce intermediate code • Optimize Intermediate code • Generate target code

  4. Components of Compiler

  5. Code Optimizer • Optimize the target code in terms of: • Size reduce size of target code • Time optimize/reduce size of target code • Power generate code which consumes less power • Space generate code which requires less memory

More Related