mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-27 21:40:34 +02:00
* include/lightning/jit_aarch64.h, include/lightning/jit_alpha.h, include/lightning/jit_arm.h, include/lightning/jit_hppa.h, include/lightning/jit_mips.h, include/lightning/jit_ppc.h, include/lightning/jit_s390.h, include/lightning/jit_sparc.h, include/lightning/jit_x86.h, lib/jit_aarch64.c, lib/jit_alpha.c, lib/jit_arm.c, lib/jit_hppa.c, lib/jit_ia64.c, lib/jit_mips.c, lib/jit_ppc.c, lib/jit_s390.c, lib/jit_sparc.c, lib/jit_x86.c: Remove jit_arg_reg_p and jit_arg_f_reg_p from a public header, and define it only on port specific files where an integer offset is used to qualify an argument identifier. Exported code expects an opaque pointer (but of jit_node_t* type) to "qualify" an argument identifier. This patch, and the code review/simplification done during it also corrected some bugs: o Inconsistent jit_arg_d value of double argument after 3 integer arguments in arm for jit_functions; tested, C functions were being properly called. o Inconsistent use of getarg_{f,d} and putarg*_{f,d} on s390 (32-bit) that happened to not have a proper test case, as it would only happen for jit functions, and tested, called C functions had proper arguments. o Corrected a "last minute" correction that did not go to the committed version, and would not compile on hppa, due to bad _jit_putargi_d prototype definition. |
||
---|---|---|
.. | ||
jit_aarch64-cpu.c | ||
jit_aarch64-fpu.c | ||
jit_aarch64-sz.c | ||
jit_aarch64.c | ||
jit_alpha-cpu.c | ||
jit_alpha-fpu.c | ||
jit_alpha-sz.c | ||
jit_alpha.c | ||
jit_arm-cpu.c | ||
jit_arm-swf.c | ||
jit_arm-sz.c | ||
jit_arm-vfp.c | ||
jit_arm.c | ||
jit_disasm.c | ||
jit_hppa-cpu.c | ||
jit_hppa-fpu.c | ||
jit_hppa-sz.c | ||
jit_hppa.c | ||
jit_ia64-cpu.c | ||
jit_ia64-fpu.c | ||
jit_ia64-sz.c | ||
jit_ia64.c | ||
jit_memory.c | ||
jit_mips-cpu.c | ||
jit_mips-fpu.c | ||
jit_mips-sz.c | ||
jit_mips.c | ||
jit_names.c | ||
jit_note.c | ||
jit_ppc-cpu.c | ||
jit_ppc-fpu.c | ||
jit_ppc-sz.c | ||
jit_ppc.c | ||
jit_print.c | ||
jit_s390-cpu.c | ||
jit_s390-fpu.c | ||
jit_s390-sz.c | ||
jit_s390.c | ||
jit_size.c | ||
jit_sparc-cpu.c | ||
jit_sparc-fpu.c | ||
jit_sparc-sz.c | ||
jit_sparc.c | ||
jit_x86-cpu.c | ||
jit_x86-sse.c | ||
jit_x86-sz.c | ||
jit_x86-x87.c | ||
jit_x86.c | ||
lightning.c | ||
Makefile.am |