Re: Debugging of optimized code

danhicks@aol.com (DanHicks)
Thu, 26 Jan 1995 07:21:26 GMT

          From comp.compilers

Related articles
Debugging of optimized code SAND_DUANE@tandem.com (1995-01-09)
Re: Debugging of optimized code brent@jade.ssd.csd.harris.com (1995-01-23)
Re: Debugging of optimized code bill@amber.ssd.csd.harris.com (1995-01-13)
Re: Debugging of optimized code milt@Eng.Sun.COM (Milton Barber) (1995-01-23)
Re: Debugging of optimized code snl@RIF.ndim.edrc.cmu.edu (Sean Levy) (1995-01-23)
Re: Debugging of optimized code conway@munta.cs.mu.OZ.AU (1995-01-24)
Re: Debugging of optimized code copperma@grenoble.rxrc.xerox.com (1995-01-24)
Re: Debugging of optimized code danhicks@aol.com (1995-01-26)
Re: Debugging of optimized code baynes@ukpsshp1.serigate.philips.nl (1995-01-26)
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)
[14 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-036
Date: Thu, 26 Jan 1995 07:21:26 GMT

This is an area where a small amount of progress has been made and where
more progress will be made in the future. However, the problem is
ultimately (at full optimization levels) intractable. The best approach
(in my opinion) is to closely couple the concerns of debugging and
optimization so that particular optimizations that thwart debugging can be
avoided (without having to generally reduce the level of optimization) and
optimizations that ARE performed can be made known to the debugger.


Associates of mine who worked on the AS/400 V2R3 ILE optimizer made some
small progress in these areas, but the challenges are too daunting to
expect very much progress very fast. And we will never (again, in my
opinion) see the ability to debug fully optimized RISC code. And just
wait until you see VLIW!!
Dan Hicks
--


Post a followup to this message

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