[perl #47289] [PATCH] Move executable code out of jit/i386/exec_dep.h

2008-06-01 Thread chromatic via RT
I believe I've fixed the problem in r27999.

Re: [perl #47289] [PATCH] Move executable code out of jit/i386/exec_dep.h

2008-04-06 Thread Paul Cochrane
On 01/04/2008, Mark Glines via RT <[EMAIL PROTECTED]> wrote: > On Sat Mar 29 15:54:09 2008, [EMAIL PROTECTED] wrote: > > I ran a fulltest with this patch applied, and everything's fine on x86 > > (where it matters). > > Hi, > > The root.in portion of this patch breaks non-i386, JIT capable > platfo

[perl #47289] [PATCH] Move executable code out of jit/i386/exec_dep.h

2008-04-01 Thread Mark Glines via RT
On Sat Mar 29 15:54:09 2008, [EMAIL PROTECTED] wrote: > I ran a fulltest with this patch applied, and everything's fine on x86 > (where it matters). Hi, The root.in portion of this patch breaks non-i386, JIT capable platforms. Problem is, the patch created an exec_dep.c for i386, but added a Mak

Re: [perl #47289] [PATCH] Move executable code out of jit/i386/exec_dep.h

2008-03-29 Thread chromatic
On Friday 09 November 2007 00:24:43 Paul Cochrane wrote: > I'll have a go at testing against the exec runcore and see what turns > up. This is likely something we should be testing more often right? Definitely. I ran a fulltest with this patch applied, and everything's fine on x86 (where it ma

Re: [perl #47289] [PATCH] Move executable code out of jit/i386/exec_dep.h

2008-03-16 Thread Paul Cochrane
On 16/03/2008, James Keenan via RT <[EMAIL PROTECTED]> wrote: > Joshua, Paul: > > Can you give us an update on the status of patch still? As far as I remember, it still needs to be tested on the various runcores. Paul

[perl #47289] [PATCH] Move executable code out of jit/i386/exec_dep.h

2008-03-16 Thread James Keenan via RT
Joshua, Paul: Can you give us an update on the status of patch still? Thank you very much. kid51

Re: [perl #47289] [PATCH] Move executable code out of jit/i386/exec_dep.h

2007-11-09 Thread Joshua Isom
On Nov 9, 2007, at 2:24 AM, Paul Cochrane wrote: On 09/11/2007, Joshua Isom <[EMAIL PROTECTED]> wrote: 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. I'll have a go at testing against the exec runco

Re: [perl #47289] [PATCH] Move executable code out of jit/i386/exec_dep.h

2007-11-09 Thread Paul Cochrane
On 09/11/2007, Joshua Isom <[EMAIL PROTECTED]> wrote: > 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. I'll have a go at testing against the exec runcore and see what turns up. This is likely something

Re: [perl #47289] [PATCH] Move executable code out of jit/i386/exec_dep.h

2007-11-08 Thread Joshua Isom
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

[perl #47289] [PATCH] Move executable code out of jit/i386/exec_dep.h

2007-11-08 Thread via RT
# 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 /