Leopold Toetsch wrote: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.
Wouldn't that suggest that zero ought to be a trap code?
This memory is being filled with JITed code (so, native executable code for the platform), so we don't get to determine how zero is interpreted--it's up to the CPU.
JEff