Re: multiple unary operators problem

"Jatin Bhateja" <jatin.bhateja@amdocs.com>
14 Oct 2005 17:15:48 -0400

          From comp.compilers

Related articles
multiple unary operators problem zaharije.pasalic@pmf.unsa.ba (2005-10-13)
Re: multiple unary operators problem jatin.bhateja@amdocs.com (Jatin Bhateja) (2005-10-14)
Re: multiple unary operators problem cfc@shell01.TheWorld.com (Chris F Clark) (2005-10-14)
Re: multiple unary operators problem kenrose@tfb.com (Ken Rose) (2005-10-20)
| List of all articles for this month |

From: "Jatin Bhateja" <jatin.bhateja@amdocs.com>
Newsgroups: comp.compilers
Date: 14 Oct 2005 17:15:48 -0400
Organization: Compilers Central
References: 05-10-076
Keywords: design
Posted-Date: 14 Oct 2005 17:15:47 EDT

>1) What is a good structure for basic blocks (in flow graph I think)?






Yh, flow graphs can be used to represent basic block structure.






>2) Is it good to build basic blocks in a p-code pass or to build it
from
> p-code directly (both books that I have build blocks in different
> passes)?






Basic block formation is done once the p-code (intermediate language) is
produced.


As without the generation of the IL how can one divide it into basic
blocks.






Thanks and Best regards






Jatin Bhateja


Subject Matter Expert


AMDOCS, Pune, India


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.