1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 05:20:16 +02:00
guile/libguile/lightning/lib
Andy Wingo 4a9de64f81 Fix default code allocator in Lightning
* libguile/lightning/lib/lightning.c (_jit_emit): The default code
  allocator will simply mmap a code buffer, try to emit into that
  buffer, and if it fails, try again with a larger buffer.  However the
  buffer size starts at 0, for some reason.  Why?  I can't see the
  reason.  Change the default to 4096.  In the future we will need to
  implement our own allocator anyway so that we can pack multiple JIT
  runs in one page.
2018-08-20 08:59:19 +02:00
..
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_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 Always enable assertions in embedded lightning 2018-07-01 20:58:08 +02:00
jit_mips-cpu.c
jit_mips-fpu.c
jit_mips-sz.c
jit_mips.c
jit_names.c
jit_note.c Always enable assertions in embedded lightning 2018-07-01 20:58:08 +02:00
jit_ppc-cpu.c
jit_ppc-fpu.c
jit_ppc-sz.c
jit_ppc.c
jit_print.c Fix compile warnings in jit_print.c 2018-07-03 10:39:05 +02:00
jit_rewind.c Always enable assertions in embedded lightning 2018-07-01 20:58:08 +02:00
jit_s390-cpu.c
jit_s390-fpu.c
jit_s390-sz.c
jit_s390.c
jit_size.c Always enable assertions in embedded lightning 2018-07-01 20:58:08 +02:00
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 Fix default code allocator in Lightning 2018-08-20 08:59:19 +02:00