Re: Optimization techniques

Hans Aberg <haberg-news@telia.com>
Wed, 17 Apr 2019 18:11:57 +0200

          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)
Re: Optimization techniques gneuner2@comcast.net (George Neuner) (2019-04-19)
[33 later articles]
| List of all articles for this month |

From: Hans Aberg <haberg-news@telia.com>
Newsgroups: comp.compilers
Date: Wed, 17 Apr 2019 18:11:57 +0200
Organization: A noiseless patient Spider
References: 19-04-004
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="30301"; mail-complaints-to="abuse@iecc.com"
Keywords: optimize
Posted-Date: 17 Apr 2019 12:17:17 EDT
Content-Language: en-US

On 2019-04-17 15:42, Rick C. Hodgin wrote:
> 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?


You might pick down LLVM and check its passes.
      https://llvm.org/docs/WritingAnLLVMPass.html


Post a followup to this message

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