Related articles |
---|
Compilers for ultra-compact byte code? phr@netcom.com (1996-02-09) |
Re: Compilers for ultra-compact byte code? koopman@cs.cmu.edu (1996-02-13) |
Re: Compilers for ultra-compact byte code? cliffc@ami.sps.mot.com (1996-02-13) |
Re: Compilers for ultra-compact byte code? taj@vanbc.wimsey.com (1996-02-16) |
Re: Compilers for ultra-compact byte code? maatwerk@euronet.nl (1996-02-16) |
Re: Compilers for ultra-compact byte code? hbaker@netcom.com (1996-02-17) |
Re: Compilers for ultra-compact byte code? cdg@nullstone.com (1996-02-17) |
Re: Compilers for ultra-compact byte code? todd@cs.arizona.edu (1996-02-18) |
From: | cdg@nullstone.com (Christopher Glaeser) |
Newsgroups: | comp.compilers |
Date: | 17 Feb 1996 22:49:32 -0500 |
Organization: | Compilers Central |
Keywords: | code, architecture |
phr@netcom.com (Paul Rubin) writes:
> I'm wondering what languages and compilers are available for
> implementing programs with the idea of using an absolute minimum
> amount of output code space.
You should focus your search on embedded compilers. Customers of
embedded compilers expect efficient use of code space. Embedded
compiler developers focus on optimizations that improve both time and
space; optimizations that improve time at the expense of space are
often user-selectable.
Take a look at
http://www.nullstone.com/htmls/related.htm#Compiler_Companies, which
includes brief descriptions of compiler products from several score of
compiler vendors.
Best regards,
Christopher Glaeser cdg@nullstone.com
Nullstone Corporation http://www.nullstone.com
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.