On Mon, 2006-03-20 at 14:55 -0800, Casey Marshall wrote: > I did blindly try the i386-linux ABI support in jamvm, but that was > hitting some weird SIGILL. Strange. > > My understanding is that the Darwin-i386 ABI is very similar to the > SYSV ABI, with some alignment changes. I did something like this for > MIPS some time ago, so I'm no stranger to this stuff. I only remember something related to structures passed in C. > It's a laptop, and as such moves around the Bay Area a lot. A little > description (look at this code/do something similar for your CPU/ABI) > would help. I see. Look at src/vm/jit/powerpc/darwin/*.[ch] stuff and so something like that in src/vm/jit/i386/darwin/. TWISTI