Re: Binary optimiser for x86

Jens Troeger <jens.troeger@light-speed.de>
13 Jul 2003 23:55:11 -0400

          From comp.compilers

Related articles
Binary optimiser for x86 alex_mcd@btopenworld.com (Alex McDonald) (2003-07-03)
Re: Binary optimiser for x86 jens.troeger@light-speed.de (Jens Troeger) (2003-07-13)
Re: Binary optimiser for x86 alex_mcd@btopenworld.com (Alex McDonald) (2003-07-21)
| List of all articles for this month |

From: Jens Troeger <jens.troeger@light-speed.de>
Newsgroups: comp.compilers
Date: 13 Jul 2003 23:55:11 -0400
Organization: T-Online
References: 03-07-034
Keywords: optimize
Posted-Date: 13 Jul 2003 23:55:11 EDT

Alex McDonald wrote:


> I'm looking for a binary optimiser for x86 architecture, similar to
> ETCH or DYNAMO, to do peephole optimisation on dynamically generated
> code (that is, doesn't need to deal with PE or obj formats, just
> in-memory code). Any good pointers to opensource products
> appreciated; the only SF hosted project appears to have no released
> files.


As far as i know Dynamo :) Some grad students took it over, and ported
it to Intel, including a nifty interface. There was a workshop in San
Jose last November... I don't have an URL, but this might be a
starting point?


Cheers,
Jens


Post a followup to this message

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