mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 04:15:36 +02:00
Mirror of the upstream GNU Guile repository on Savannah.
https://www.gnu.org/software/guile/
There is no guarantee of order of jit_function calls, so, it must reset it for every function. This should correct possible issues in OS/X, and will be required when i386 code is updated to use MMX/SSE* registers, possibly as some kind of extended interface, and then, would require 16 bytes aligned stack. This is already an issue if calling C code that uses SSE, and currently requires "manually" padding the stack by using jit_allocai. |
||
---|---|---|
build-aux | ||
doc | ||
lightning | ||
opcode | ||
tests | ||
.cvsignore | ||
.gitattributes | ||
.gitignore | ||
aclocal.m4 | ||
AUTHORS | ||
ChangeLog | ||
config.h.in | ||
configure | ||
configure.ac | ||
COPYING | ||
COPYING.DOC | ||
COPYING.LESSER | ||
INSTALL | ||
lightning.h | ||
lightningize.in | ||
Makefile.am | ||
Makefile.in | ||
NEWS | ||
README | ||
THANKS |
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.