1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-28 22:10:29 +02:00
guile/include
pcpa 9c5e2b511e Add label predicates
* include/lightning.h, lib/lightning.c: Add three predicates
	to query information about labels. jit_forward_p(label)
	will return non zero if the label is "forward", that is
	need a call to jit_link(label), jit_indirect_p(label)
	that returns non zero if the label was created with the
	jit_indirect() call, and jit_target_p(label) that will
	return non zero if there is at least one jump patched
	to land at that label.
2014-10-21 15:32:24 -02:00
..
lightning Implement jit_frame and jit_tramp interfaces 2014-10-14 17:04:40 -03:00
lightning.h Add label predicates 2014-10-21 15:32:24 -02:00
Makefile.am Correct license to properly advertise LGPLv3 and not GPLv3. 2013-08-11 18:08:52 -03:00