From: Gwenole B. <gbe...@ma...> - 2003-03-19 17:20:07
|
Hi, I have finally integrated and fixed a new run-time assembler that is both suitable for x86 and x86-64 code generation. The latter needs a few more arrangements but it should now be much simpler to do the port there. I hope I have not introduced any new regression. No performance increase (nor decrease) is expected in current CVS sources. People willing to try it out are invited to edit uae_cpu/compiler/codegen_x86.cpp and turn the #if 0 to #if 1, just under the CLOBBER_ defines. Note that I would like to obsolete the old run-time assembler. That's simply because the new one is expected to be reused in several other projects. Bye, Gwenole. |