1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00
guile/libguile/lightning
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
..
include Further lightning integration work 2018-06-30 12:07:00 +02:00
lib Fix default code allocator in Lightning 2018-08-20 08:59:19 +02:00
.gitattributes
.gitignore
AUTHORS
ChangeLog
COPYING
COPYING.DOC
COPYING.LESSER
lightning.am Wire up lightning into libguile build 2018-07-02 11:08:57 +02:00
NEWS
README
THANKS
TODO

GNU lightning is a library to aid in making portable programs
that compile assembly code at run time.  For more information,
look at the info documentation.