mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 05:30:21 +02:00
Mirror of the upstream GNU Guile repository on Savannah.
https://www.gnu.org/software/guile/
* lib/jit_ia64-cpu.c, lib/jit_ia64-fpu.c: Correct code to also insert a stop to break an instruction group if a register is written more than once in the same group. This may happen if a register is argument and result of some lightning call (not a real instruction). The most common case should be code in the pattern: movl rn=largenum ... mov rn=smallnum where "rn" would end up holding "largenum". But the problem possibly could happen in other circumstances. |
||
---|---|---|
check | ||
doc | ||
include | ||
lib | ||
.gitattributes | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
COPYING.DOC | ||
COPYING.LESSER | ||
Makefile.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.