Re: Dynamic compiling

A Pietu Pohjalainen <pohjalai@cc.helsinki.fi>
12 May 2003 01:37:44 -0400

          From comp.compilers

Related articles
Dynamic compiling davidslask@hotmail.com (David) (2003-05-06)
Re: Dynamic compiling basile@starynkevitch.net (Basile STARYNKEVITCH) (2003-05-12)
Re: Dynamic compiling Marko.Makela@HUT.FI (Marko =?ISO-8859-1?Q?M=E4kel=E4?=) (2003-05-12)
Re: Dynamic compiling herm@viabcp.com (Hugo Rozas) (2003-05-12)
Re: Dynamic compiling touati-nospamplease@prism.uvsq.fr (TOUATI Sid) (2003-05-12)
Re: Dynamic compiling pohjalai@cc.helsinki.fi (A Pietu Pohjalainen) (2003-05-12)
Re: Dynamic compiling thant@acm.org (Thant Tessman) (2003-05-12)
Re: Dynamic compiling boldyrev+nospam@cgitftp.uiggm.nsc.ru (Ivan Boldyrev) (2003-05-13)
Re: Dynamic compiling rossb@audiomulch.com (Ross Bencina) (2003-05-14)
Re: Dynamic compiling fjh@students.cs.mu.OZ.AU (2003-05-14)
Re: Dynamic compiling crwfrd@umich.edu (Randolph Crawford) (2003-05-15)
Re: Dynamic compiling hpc@NOSPAM.prism.uvsq.fr (Henri-Pierre CHARLES) (2003-05-16)
[3 later articles]
| List of all articles for this month |

From: A Pietu Pohjalainen <pohjalai@cc.helsinki.fi>
Newsgroups: comp.compilers
Date: 12 May 2003 01:37:44 -0400
Organization: University of Helsinki
References: 03-05-031
Keywords: practice
Posted-Date: 12 May 2003 01:37:44 EDT

David <davidslask@hotmail.com> wrote:
> Hi, I am looking for a small efficient free/opensource compiler to
> integrate into my program. it should allow you to compile directly
> into memory, then execute the code directly from memory. Primary
> target is Windows(Intel), but support for other platforms would be
> nice.




Have you seen the GNU Lightning? It defines a RISC-alike
machine language for expressing code, which can be
(dynamically) compiled to x86, Sparc and PowerPC equivalents.
See http://www.gnu.org/software/lightning/.


This probably is not the right tool if you are looking for a
high level language dynamic compiler, although it could be a
nice project to make one on top of this.




regards,
Pietu


Post a followup to this message

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