Re: Dynamic compiling

fjh@students.cs.mu.OZ.AU (Fergus Henderson)
14 May 2003 00:53:45 -0400

          From comp.compilers

Related articles
[3 earlier articles]
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)
Re: Dynamic compiling nworth@earthlink.net (Norman Worth) (2003-05-16)
Re: Dynamic compiling firefly@diku.dk (Peter \Firefly\Lund) (2003-05-16)
Re: Dynamic compiling nicolas_capens@hotmail.com (2003-05-16)
| List of all articles for this month |

From: fjh@students.cs.mu.OZ.AU (Fergus Henderson)
Newsgroups: comp.compilers
Date: 14 May 2003 00:53:45 -0400
Organization: Computer Science, University of Melbourne
References: 03-05-031
Keywords: C
Posted-Date: 14 May 2003 00:53:44 EDT

"David" <davidslask@hotmail.com> writes:


>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.
>
>Any ideas?


When you say efficient, do you mean in terms of compilation time,
or speed of the generated code?


If the former, try tcc, the Tiny C Compiler <www.tinycc.org>.


--
Fergus Henderson <fjh@cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.


Post a followup to this message

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