Hi, You can merge the first patch right away.
On the others I'd like your opinion. Are you okay with that '#include "emit-code.c"' stuff? Cheers, Eduard Eduard - Gabriel Munteanu (3): x86-64: fix typo in registers_64.h x86: split some code usable on x86-64 into a separate file x86-64: implement some basic emitters arch/x86/emit-code.c | 355 ++++++++++++++++++++++++++++++++++ arch/x86/emit-code_32.c | 349 +-------------------------------- arch/x86/emit-code_64.c | 242 ++++++++++++++++++++++- arch/x86/include/arch/instruction.h | 7 + arch/x86/include/arch/registers_64.h | 2 +- 5 files changed, 605 insertions(+), 350 deletions(-) create mode 100644 arch/x86/emit-code.c ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ Jatovm-devel mailing list Jatovm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jatovm-devel