Chromatic <[EMAIL PROTECTED]> wrote: > I played with making executables today (to no avail; it's having trouble > with load_bytecode ops, but that's a different issue).
It's likely that this needs some runcore fiddling. Initially compiled code resides in the executable, while additional code is added at runtime. This might need turning on/off the Parrot_exec_run flag. Daniel? > ... Here's a patch > to src/exec_start.c to make it compile. Thanks, applied. leo
