1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-01 01:40:21 +02:00
guile/include/lightning
pcpa 03559bb8cc Make it clear stdarg like abstraction is not supported.
* include/lightning.h, include/lightning/jit_private.h,
	lib/jit_arm.c, lib/jit_mips.c, lib/jit_ppc.c, lib/jit_x86.c,
	lib/lightning.c: Make jit_ellipsis implementation not
	backend specific. It is not intended to handle va_list
	like objects at runtime, as jit_arg* and jit_getarg*
	return constant values resolved at parse time, so, effectively
	it is not possible to create printf like jit functions, as
	there is no va_start, va_arg, va_end, etc, abstraction. This
	limitation should be kept for the sake of making new ports
	easier.
2012-12-14 15:21:39 -02:00
..
jit_arm.h Big merge with new lightning semantics aiming for lightning 2.0. 2012-12-02 19:44:36 -02:00
jit_mips.h Correct mips backend implementation to pass initial tests. 2012-12-04 12:39:10 -02:00
jit_ppc.h Add better ppc support code, but still not functional. 2012-12-11 02:16:51 -02:00
jit_private.h Make it clear stdarg like abstraction is not supported. 2012-12-14 15:21:39 -02:00
jit_x86.h Correct implementation problems on ix86. 2012-12-03 09:40:08 -02:00
Makefile.am Correct make distcheck. 2012-12-03 07:26:40 -02:00