Re: [perl #24185] [PATCH] JIT debugging on AIX

2003-10-13 Thread Dan Sugalski
On Fri, 10 Oct 2003, Adam Thomason wrote: > Here's the beginning of support for debugging the JIT core with the > native compiler on AIX. This patch implements a replacement for > jit_debug.c that emits XCOFF-compatible stabs in order to placate the > AIX assembler. It's not quite ready for merg

Re: [perl #24185] [PATCH] JIT debugging on AIX

2003-10-11 Thread Leopold Toetsch
Adam Thomason <[EMAIL PROTECTED]> wrote: > Here's the beginning of support for debugging the JIT core with the > native compiler on AIX. This patch implements a replacement for > jit_debug.c that emits XCOFF-compatible stabs in order to placate the > AIX assembler. I don't know if you get hit by

[perl #24185] [PATCH] JIT debugging on AIX

2003-10-10 Thread Adam Thomason
# New Ticket Created by "Adam Thomason" # Please include the string: [perl #24185] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=24185 > Here's the beginning of support for debugging the JIT core with the native compiler o