Jonathan Worthington <[EMAIL PROTECTED]> wrote: > The other question is does Parrot care about the memory being zero'd out?
Isn't necessary. Executable mem is filled with ops anyway. Currently it is zeroed to aid debugging a bit. It should be filled up with trap operations of some kind finally I think. > Jonathan leo