Re: minimal Parrot for small (embedded) system

2008-03-11 Thread Mark Glines
On Tue, 11 Mar 2008 20:02:25 + "Wim Vanderbauwhede" <[EMAIL PROTECTED]> wrote: > I've read "Parrot for small platforms" in pdd01_overview, it says > "For small platforms, any parser, compiler, and optimizer modules are > replaced with a small bytecode loader module which reads in Parrot > byte

Re: minimal Parrot for small (embedded) system

2008-03-11 Thread chromatic
On Tuesday 11 March 2008 13:02:25 Wim Vanderbauwhede wrote: > I would like to use Parrot on a "small platform" (embedded microprocessor > system). The system would need a minimal parrot that should only run > precompiled bytecode, nothing else, and it does not even need the PGE. > But it should be

minimal Parrot for small (embedded) system

2008-03-11 Thread Wim Vanderbauwhede
I would like to use Parrot on a "small platform" (embedded microprocessor system). The system would need a minimal parrot that should only run precompiled bytecode, nothing else, and it does not even need the PGE. But it should be very small (say <250K). I compiled parrot --without almost everythin