Optimization techniques

"Rick C. Hodgin" <rick.c.hodgin@gmail.com>
Wed, 17 Apr 2019 09:42:21 -0400 (EDT)

          From comp.compilers

Related articles
Optimization techniques rick.c.hodgin@gmail.com (Rick C. Hodgin) (2019-04-17)
Re: Optimization techniques haberg-news@telia.com (Hans Aberg) (2019-04-17)
Re: Optimization techniques gneuner2@comcast.net (George Neuner) (2019-04-18)
Re: Optimization techniques rick.c.hodgin@gmail.com (Rick C. Hodgin) (2019-04-18)
Re: Optimization techniques haberg-news@telia.com (Hans Aberg) (2019-04-19)
Re: Optimization techniques 847-115-0292@kylheku.com (Kaz Kylheku) (2019-04-19)
Re: Optimization techniques rick.c.hodgin@gmail.com (Rick C. Hodgin) (2019-04-19)
[34 later articles]
| List of all articles for this month |

From: "Rick C. Hodgin" <rick.c.hodgin@gmail.com>
Newsgroups: comp.compilers
Date: Wed, 17 Apr 2019 09:42:21 -0400 (EDT)
Organization: Compilers Central
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="94806"; mail-complaints-to="abuse@iecc.com"
Keywords: question, optimize
Posted-Date: 17 Apr 2019 09:42:21 EDT

Are there resources someone can point me to for learning more about
time-honored, long-established, safely applied, optimization
techniques for a C/C++ like language?


I'm walking the abstract syntax tree and am able to find many kinds of
optimizations, but I would like to learn some theory or pitfalls of
various types of optimizations applied.


Thank you in advance.


--
Rick C. Hodgin
[I'd think this would be in all the usual textbooks. The
wikipedia article on Optimizing Compiler has a fairly good
discussion of them. -John]



Post a followup to this message

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