Standalone byte code

Simon Peyton-Jones simonpj@microsoft.com
Tue, 1 May 2001 00:50:45 -0700


| Would it be feasible to=20
|=20
| * allow emitting bytecode to disk and
| * build the GHC RTS (including the byte code interpreter) as
|   a standalone app?
|=20
| Can't be that difficult, right? :-)

No problem in principle, but it just takes work.  You need a byte=20
code linker too.

Simon