<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>
Date   : Wed, 09 Jun 1993 18:50:45 +0200
From   : stjohn@...
Subject: Re: m/c optimisations 

There is a radically different technique where you implement a
byte code interpreter in machine code, then use the interpreter
to run your program. Loses time, but often saves LOTS of space,
especially on old fashioned architectures.

Depends what sort of program it is I suppose...

(btw. I've never understood why Small-C doesn't do this, as it
works particularly well for compilers)

  ,--,             Chris StJohn, LIX, Ecole Polytechnique, 91128
 /    /_  __' _    Palaiseau, Cedex, FRANCE. (+33) 1.69.33.45.93
(____/ (_/ (_/_).    ___ "You labelled me; I'll label you:
<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>