mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 20:30:28 +02:00
* 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. |
||
---|---|---|
.. | ||
include | ||
lib | ||
.gitattributes | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
COPYING | ||
COPYING.DOC | ||
COPYING.LESSER | ||
lightning.am | ||
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.