Hi, I've been trying to find a list of the current JIT-supported targets. Not easy :-) The sources seem to say that the architectures are X86, PowerPC, ARM, Alpha. And then their obvious combination with Linux, FreeBSD / MacOSX, Win32 - is that it? Cheers, Axel.
On Jan 20, 2009, at 5:56 AM, Axel Naumann wrote:> Hi, > > I've been trying to find a list of the current JIT-supported > targets. Not easy > :-) The sources seem to say that the architectures are X86, PowerPC, > ARM, > Alpha. And then their obvious combination with Linux, FreeBSD / > MacOSX, Win32 - > is that it?X86-64 and PPC64 also. I don't know how stable the Alpha JIT is. -Chris
On Tue, Jan 20, 2009 at 4:27 PM, Chris Lattner <clattner at apple.com> wrote:> > On Jan 20, 2009, at 5:56 AM, Axel Naumann wrote: > >> Hi, >> >> I've been trying to find a list of the current JIT-supported >> targets. Not easy >> :-) The sources seem to say that the architectures are X86, PowerPC, >> ARM, >> Alpha. And then their obvious combination with Linux, FreeBSD / >> MacOSX, Win32 - >> is that it? > > X86-64 and PPC64 also. I don't know how stable the Alpha JIT is.It can add numbers. There is an assertion in some of the offset calculating code so most stuff doesn't run. Andrew