# New Ticket Created by Adam Thomason # Please include the string: [perl #24829] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=24829 >
> -----Original Message----- > From: Jeff Clites [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 31, 2003 4:30 PM > To: [EMAIL PROTECTED] > Subject: [PATCH] PPC JIT fixes [re-send] (Modified by Jeff Clites) > > 7) I don't expect anything here to break AIX users--the Mac OS X and > AIX calling conventions differ somewhat, but I don't think anything > here should run into those differences. But I'd like to hear > the test > results on AIX after application of the patch, and also I'd like to > know if most tests were failing before its application. It never worked to begin with, so you haven't broken anything :). On actinium, the initial jump into jit_code from runops_jit promptly segfaults. I've yet to successfully convince gdb to import the stabs object (made either with GNU STABS and gas or XCOFF STABS and the AIX as) to see what parrot instruction is causing the failure. Since even basic_1.pasm fails (i.e., noop,end), I'm tempted to think the problem is occurring before it gets to the PASM ops, but I'm not familiar enough with PPC ASM or gdb to track it down. If there's anyone more knowledgable I'd be glad to take some direction and poke around. Adam