Basic Blocks: A basic block is a sequence of consecutive statement in which flow of control enters at the beginning & leaves at the end without halt or possibility of branching except at the end of the basic block. The following sequence of three address statement form a basic block which is shown:
Tuesday, March 22, 2016
Home »
» Basic Blocks
Basic Blocks
6:30 AM
No comments
Related Posts:
What is Object Program? Object Program : The output of a code generator is the object program. This takes a variety of forms : an absolute machine - language program, a locatable machine - language program, an assembly -language program &… Read More
What is the way to represent 3-address code? Write down the advantage & disadvantage of quadruples over triples? Three Address Code: Three address statements are a sequence of statements. Typically, the general form A : B op C, where A, & C are either programmer defined names. Constants or compiler - generated temporary names. … Read More
Define different types of translation with example Different types of translation with example : A translation is an input/output mapping. Generally three types of translation scheme are used - Three Address Statements Quadruples & Triples Three Ad… Read More
What is String(Word)? String(Word) : A string (word) is a finite sequence of symbols of that string . Example : abc, 01110 are the examples of string If You want to learn about the technology, computer science & engineering, web programmi… Read More
Explain Syntax - Directed translation Syntax - Directed translation : Syntax - directed translation schemes to describe the output to generate for each input construct. A syntax - directed translation is merely a CFG in which a program fragment called an … Read More
0 comments:
Post a Comment