mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 06:20:23 +02:00
Mirror of the upstream GNU Guile repository on Savannah.
https://www.gnu.org/software/guile/
* lib/lightning.c: Correct the reason the bug in simplify_stxi was not triggered before, it was due to incorrectly resetting the value->code field, what was causing it to never properly optimize: stxi Im0 Rb0 Rt0 ldxi Rt1 Rb1 Im1 when Rb0 == Rb1, Rt0 == Rt1 and Im0 == Im1 There was another possible issue, that has been also addressed in this commit, that would be the case of Rbn == Rtn, where no redundancy removal is possible. |
||
---|---|---|
check | ||
doc | ||
include | ||
lib | ||
m4 | ||
.gitattributes | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
COPYING.DOC | ||
COPYING.LESSER | ||
lightning.pc.in | ||
Makefile.am | ||
NEWS | ||
README | ||
size.c | ||
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.