Re: patching gcc to allow other calling conventions

2012-06-18 Thread Ludovic Courtès
Hi, Noah Lavine noah.b.lav...@gmail.com skribis: (Note: you could also generate vm-engine.c and your JIT from some third source, but I think we rejected that for being too complicated. It would certainly make the build process more difficult.) Right, but I would still consider it better

RTL Question

2012-06-18 Thread Noah Lavine
Hello, Time for my next RTL question - how do I use the toplevel-ref instruction? It looks like I need to make a variable object in the instruction stream, or at a known offset from it. I think I should use either make-non-immediate or the linker to do that, but I don't quite know how. Thanks,