Re: genetic compilation

"Joachim Durchholz" <joachim.durchholz@halstenbach.com.or.de>
28 Mar 2000 01:05:01 -0500

          From comp.compilers

Related articles
genetic compilation christophe.grand@eleves.ec-nantes.fr (Christophe Grand) (2000-03-23)
Re: genetic compilation joachim.durchholz@halstenbach.com.or.de (Joachim Durchholz) (2000-03-28)
Re: genetic compilation pratap@vmware.com (Pratap Subrahmanyam) (2000-04-01)
Re: genetic compilation Andy.Nisbet@cs.tcd.ie (Dr. Andy Nisbet) (2000-04-01)
Re: genetic compilation jean-luc.nagel@imt.unine.ch (Jean-Luc Nagel) (2000-04-01)
Re: genetic compilation cwfraser@microsoft.com (Chris Fraser) (2000-04-01)
Re: genetic compilation dvdeug@x8b4e53cd.dhcp.okstate.edu (2000-04-03)
Re: genetic compilation plakal@cs.wisc.edu (2000-04-03)
[1 later articles]
| List of all articles for this month |

From: "Joachim Durchholz" <joachim.durchholz@halstenbach.com.or.de>
Newsgroups: comp.compilers
Date: 28 Mar 2000 01:05:01 -0500
Organization: Compilers Central
References: 00-03-100
Keywords: optimize

Christophe Grand <christophe.grand@eleves.ec-nantes.fr> wrote:
>
> Are there any works about using genetic algorithms to optmize code ?


I once read something about compilers that tried out equivalent
machine code sequences and measured actual performance to decide which
worked best. This could be used as a basis for a genetic algorithm.
Of course, such an approach would drive compile times to a new high,
and it wouldn't work for cross-compilation anyway.


Regards,
Joachim


Post a followup to this message

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