Brent 'Dax' Royal-Gordon <[EMAIL PROTECTED]> wrote:
> Leopold Toetsch wrote:

>  > What ops aren't supposed to
>> be in miniparrot?

> Anything we can't guarantee can be supported on any ANSI-compliant
> platform with very little to no probing.  (Ideally, I'd like for
> miniparrot to include no test C programs; realistically, that may not be
> possible.)

> That means anything dealing with JIT, dynaloading, NCI, threading,
> signals, processes (except system()), possibly binary data, probably
> environment variables...you get the idea.

That should be covered by the (todo) classification of ops.
:miniparrot = :all except (:system | :some_other)

leo

Reply via email to