Did you test the exec runcore? I don't think any of that code is used
outside of the exec runcore so you aren't actually testing that code.
Also, I'm not sure the exec runcore even works. I haven't heard of it
working in quite some time.
On Nov 8, 2007, at 3:21 PM, Paul Cochrane (via RT) wr
Patches submitted to trunk in r22776, Nov 08 2007. Resolving ticket.
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #47289]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=47289 >
Hi,
the attached patch moves the executable code out of
src/jit/i386/exec_dep.h into /
James,
Thanks for the report! I forgot to add parrot.h to the list of
includes. Could you add:
#include "parrot/parrot.h"
just before the other include statement in gcc_pcc.c and see if things
make (after realclean) nicely for you?
Ta!
Paul
> Failed on Darwin PPC at about 40% of the way th
Patches submitted in r22763.