Related articles |
---|
Basic Blocks bdusan@esu.edu (1996-03-06) |
Re: Basic Blocks ashish@usl.edu (Ashish Ashtekar) (1996-03-08) |
Re: Basic Blocks vinay@uunet.uu.net (1996-03-14) |
From: | bdusan@esu.edu (Bonifacic Dusan) |
Newsgroups: | comp.compilers |
Date: | 6 Mar 1996 21:11:49 -0500 |
Organization: | East Stroudsburg University, Pennsylvania |
Summary: | Looking for an algorithm that will give basic blocks for c++ code |
Keywords: | analysis, C++ |
I am looking for an algorithm that will give me basic blocks for a
given C++ code. I am not sure if I can specify in g++ to produce an
intermediate code which could then be broken in basic blocks or maybe
there is even an compiler option that will compile code to some
intermediate code which is broken in basic blocks.
Please send any ideas/suggestions to e-mail listed below.
--
Dusan Bonifacic
Grad. Computer Science Student
East Stroudsburg University
East Stroudsburg, Pa 18301
bdusan@esu.edu (717) 424-9177
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.