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) wrote:
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #47289]
# in the subject line of all future correspondence about this issue.
# <URL: 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 /src/jit/i386/exec_dep.c and updates the
relevant config files appropriately. This makes and tests without
error (after realclean) on linux x86 (Gentoo). If noone has problems
with this patch, then I'll commit it in about 3 days.
Paul
Files affected:
src/jit/i386/exec_dep.h
src/jit/i386/exec_dep.c
config/auto/jit.pm
config/gen/makefiles/root.in
<i386_exec_dep.patch>