mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-31 17:30:24 +02:00
* lib/jit_arm.c: Correct use of wrong argument offset variable in armv7l or float/double argument for varargs function in armv7hl. Correct jit_getarg* logic in software float mode to match expected behavior in other backends, that is, if a function is not called, it is safe to use a few lightning calls before a next jit_getarg* call, as done in the test case check/stack.tst. The proper solution should be to extend the parser in lib/lightning.c to check if there is some float operation that will call some (libgcc?) function, but software float arm should be a very uncommon backend for lightning, so, just load the already in place arguments saved to stack, assuming the register argument was clobbered (what should not be the case most times...). |
||
---|---|---|
.. | ||
jit_arm-cpu.c | ||
jit_arm-swf.c | ||
jit_arm-vfp.c | ||
jit_arm.c | ||
jit_disasm.c | ||
jit_mips-cpu.c | ||
jit_mips-fpu.c | ||
jit_mips.c | ||
jit_ppc-cpu.c | ||
jit_ppc-fpu.c | ||
jit_ppc.c | ||
jit_print.c | ||
jit_x86-cpu.c | ||
jit_x86-sse.c | ||
jit_x86-x87.c | ||
jit_x86.c | ||
lightning.c | ||
Makefile.am |