Re: Debugging of optimized code

danhicks@aol.com (DanHicks)
Fri, 27 Jan 1995 02:25:08 GMT

          From comp.compilers

Related articles
[9 earlier articles]
Re: Debugging of optimized code sam@ccnet.com (1995-01-27)
Debugging of optimized code ssimmons@convex.convex.com (1995-01-27)
Re: Debugging of optimized code monnier@di.epfl.ch (Stefan Monnier) (1995-01-27)
Re: Debugging of optimized code urs@engineering.ucsb.edu (1995-01-27)
Re: Debugging of optimized code miker@metaware.com (1995-01-24)
Re: Debugging of optimized code cef@geodesic.com (Charles Fiterman) (1995-01-25)
Re: Debugging of optimized code danhicks@aol.com (1995-01-27)
Re: Debugging of optimized code danhicks@aol.com (1995-01-29)
Re: Debugging of optimized code monnier@di.epfl.ch (Stefan Monnier) (1995-01-27)
Re: Debugging of optimized code jqb@netcom.com (1995-02-02)
Debugging of optimized code ssimmons@convex.convex.com (1995-02-02)
Re: Debugging of optimized code copperma@grenoble.rxrc.xerox.com (1995-01-30)
Re: Debugging of optimized code wicklund@Intellistor.COM (1995-01-30)
[6 later articles]
| List of all articles for this month |

Newsgroups: comp.compilers
From: danhicks@aol.com (DanHicks)
Keywords: debug, optimize
Organization: America Online, Inc. (1-800-827-6364)
References: 95-01-077
Date: Fri, 27 Jan 1995 02:25:08 GMT

>: * Where am I, in the program? This is reasonably simple to
> provide - the source line has to be carried through all the
> intermediate forms in the compiler. However it can be quite a bit
> of work to ensure it is transferd through all the transformations.


The AS/400 ILE optimizing code generator is one of several systems which
simply maintain (with varying degrees of success) a list of ALL line
numbers which apply to a particular machine instruction. This is a
somewhat difficult task but not intractable if the facilities are built
into the optimizer from the start. Of course, the usefulness of such a
list varies inversely with its length, but at least the user isn't being
told that the position is unknown.


Dan Hicks


--


Post a followup to this message

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