1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-05 19:50:23 +02:00
guile/lib
Holger Hans Peter Freyther 2229200c44 misc: Make jit_note and related functions take a const argument
Make jit_memcpy, jit_memmove, jit_data take const pointers to
allow jit_note to be used with a const string (e.g. a string
literal, __FILE__ or __func__). This is needed for GNU Smalltalk
to silence compiler warnings.

Sadly "const jit_pointer_t" is not the same as "typedef const void *"
so I introduced a new typedef for a const jit pointer. The other
option would be to replace jit_pointer_t with void*.
2014-11-01 18:52:27 -02:00
..
jit_aarch64-cpu.c Add the new "range" test. 2014-10-18 15:12:07 -03:00
jit_aarch64-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_aarch64-sz.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_aarch64.c Add assertion to check for register allocation leaks 2014-10-26 18:25:41 -02:00
jit_alpha-cpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_alpha-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_alpha-sz.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_alpha.c Add assertion to check for register allocation leaks 2014-10-26 18:25:41 -02:00
jit_arm-cpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_arm-swf.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_arm-sz.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_arm-vfp.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_arm.c Add assertion to check for register allocation leaks 2014-10-26 18:25:41 -02:00
jit_disasm.c Do not fail gratuitously in jit_init_debug 2014-10-25 14:53:05 -02:00
jit_hppa-cpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_hppa-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_hppa-sz.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_hppa.c Add assertion to check for register allocation leaks 2014-10-26 18:25:41 -02:00
jit_ia64-cpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_ia64-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_ia64-sz.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_ia64.c Add assertion to check for register allocation leaks 2014-10-26 18:25:41 -02:00
jit_memory.c misc: Make jit_note and related functions take a const argument 2014-11-01 18:52:27 -02:00
jit_mips-cpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_mips-fpu.c Add the new "range" test. 2014-10-18 15:12:07 -03:00
jit_mips-sz.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_mips.c Add assertion to check for register allocation leaks 2014-10-26 18:25:41 -02:00
jit_names.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_note.c misc: Make jit_note and related functions take a const argument 2014-11-01 18:52:27 -02:00
jit_ppc-cpu.c Properly handle jit_tramp and function descriptors 2014-10-24 14:31:41 -02:00
jit_ppc-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_ppc-sz.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_ppc.c Add assertion to check for register allocation leaks 2014-10-26 18:25:41 -02:00
jit_print.c Add string representation of IR codes to -sz.c files 2014-10-17 13:48:56 -03:00
jit_s390x-cpu.c Add the new "range" test. 2014-10-18 15:12:07 -03:00
jit_s390x-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_s390x-sz.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_s390x.c Add assertion to check for register allocation leaks 2014-10-26 18:25:41 -02:00
jit_size.c Use jit_code_last_code as symbolic name of last enum 2014-10-14 17:05:02 -03:00
jit_sparc-cpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_sparc-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_sparc-sz.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_sparc.c Add assertion to check for register allocation leaks 2014-10-26 18:25:41 -02:00
jit_x86-cpu.c x86: Correct not released temporary register 2014-10-26 15:23:29 -02:00
jit_x86-sse.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_x86-sz.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_x86-x87.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_x86.c Add assertion to check for register allocation leaks 2014-10-26 18:25:41 -02:00
lightning.c misc: Make jit_note and related functions take a const argument 2014-11-01 18:52:27 -02:00
Makefile.am Add string representation of IR codes to -sz.c files 2014-10-17 13:48:56 -03:00